Re: [PHP] apps that need register globals 'on' and others require

2002-05-01 Thread 1LT John W. Holmes
hn Holmes... - Original Message - From: <[EMAIL PROTECTED]> To: "Philip Olson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 11:39 PM Subject: Re: [PHP] apps that need register globals 'on' and others require Addressed to: Philip O

Re: [PHP] apps that need register globals 'on' and others require

2002-04-30 Thread php3
Addressed to: Philip Olson <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Philip Olson <[EMAIL PROTECTED]> Tue, 30 Apr 2002 22:45:49 + (GMT) > > Btw, I can't think of a reason why a script designed > with register_globals = off would not work with it > on. Which i

Re: [PHP] apps that need register globals 'on' and others require 'off' on same server

2002-04-30 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Jason Sheets) wrote: > > From: Jeff Bearer [mailto:[EMAIL PROTECTED]] > > > > Is there a way to turn register globals on or off in the script at > > runtime? > Chapter 3 in the PHP manual covers setting PHP configuration directives via > the .

RE: [PHP] apps that need register globals 'on' and others require 'off' on same server

2002-04-30 Thread SHEETS,JASON (Non-HP-Boise,ex1)
]] Sent: Tuesday, April 30, 2002 3:10 PM To: [EMAIL PROTECTED] Subject: [PHP] apps that need register globals 'on' and others require 'off' on same server I have a server where I'm running some third party apps. until now I've had register globals 'on', now

[PHP] apps that need register globals 'on' and others require 'off' onsame server

2002-04-30 Thread Jeff Bearer
I have a server where I'm running some third party apps. until now I've had register globals 'on', now I have a new app that requires register globals 'off' for it to work, if I change the php.ini to off then it breaks some of the other applications. Is there a way to turn register globals on or