RE: Re: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Jay Blanchard
[snip] Is the change in the php.ini file the only thing that I need to change to turn on register_globals? [/snip] Yes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Jonatan Pugliese.
ent: Friday, August 15, 2003 2:18 PM Subject: RE: [PHP] PHP.ini file and register_globals > [snip] > never reboot !! > is not necessary ! > [/snip] > > But you might want to restart your web server. > > -- > PHP General Mailing List (http://www.php.net/) > To u

Re: Re: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Ben C .
OTECTED]> > Subject: Re: [PHP] PHP.ini file and register_globals > > never reboot !! > is not necessary ! > - Original Message - > From: "Ben C." <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, August 15, 2003 2:14 PM > Subject: [PHP] P

Re: Re: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Ben C .
OTECTED]> > Subject: Re: [PHP] PHP.ini file and register_globals > > never reboot !! > is not necessary ! > - Original Message - > From: "Ben C." <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, August 15, 2003 2:14 PM > Subject: [PHP] P

RE: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Jay Blanchard
[snip] never reboot !! is not necessary ! [/snip] But you might want to restart your web server. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Jonatan Pugliese.
never reboot !! is not necessary ! - Original Message - From: "Ben C." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 15, 2003 2:14 PM Subject: [PHP] PHP.ini file and register_globals > I have a quick simple question. I am using PHP 4.2.3

[PHP] PHP.ini file and register_globals

2003-08-15 Thread Ben C .
I have a quick simple question. I am using PHP 4.2.3 on Linux. I am trying to turn register_globals from off to on. Is all that I need to do change it from off to on in the php.ini file? Do you I need to reboot to have the changes go into effect? Sorry for a simple question but I am new at