Re: [PHP] ./configure with register_globals turned on?

2002-07-06 Thread Richard Lynch
I tried following all of your suggestion and so far, still the same. I tried changing other feature in the php.ini and check the phpinfo and found that they haven't changed either. So, the problem lie with the file path in Aha! Then you *missed* the one where he said: Check phpinfo() and see

[PHP] ./configure with register_globals turned on?

2002-07-05 Thread Scott Fletcher
What is the configure option that will turn on the register_globals? This is for ./configure option in UNIX / LINUX. Thanks, FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ./configure with register_globals turned on?

2002-07-05 Thread Scott Fletcher
I give up! It still won't turned on! I tried stopping and restarting Apache, rebooting the machine, checked phpinfo to see the php.ini file path is, etc. At least, my boss understand. I'm going to stick to upgrading the website to go without register global. FletchSOD Larry Rosenman [EMAIL

Re: [PHP] ./configure with register_globals turned on?

2002-07-05 Thread Rasmus Lerdorf
So putting the line: register_globals = on In your php.ini file (path to it specified in your phpinfo() output) didn't work? Check the following: 1. Are you sure there isn't a second register_globals = off entry somewhere in that file? 2. Does the web server have read access to the

Re: [PHP] ./configure with register_globals turned on?

2002-07-05 Thread Andre Dubuc
Hi Scott, I've come to this post a little late, but I had exactly the same problem. No matter what I set php.ini, phpinfo() would not show changes. If I recall correctly, the problem sort of 'disappeared' by itself. I finally resolved it by rebooting immediately after setting the new php.ini

Re: [PHP] ./configure with register_globals turned on?

2002-07-05 Thread Scott Fletcher
I tried following all of your suggestion and so far, still the same. I tried changing other feature in the php.ini and check the phpinfo and found that they haven't changed either. So, the problem lie with the file path in finding the php.ini file. I only have one php.ini file. The other are

Re: [PHP] ./configure with register_globals turned on?

2002-07-05 Thread Rasmus Lerdorf
And the php.ini file you are changing is the one listed in your phpinfo() output? Looks to me like your php.ini file is in the wrong place. On Fri, 5 Jul 2002, Scott Fletcher wrote: I tried following all of your suggestion and so far, still the same. I tried changing other feature in the

Re: [PHP] ./configure with register_globals turned on?

2002-07-05 Thread Alberto Serra
Scott Fletcher wrote: I tried following all of your suggestion and so far, still the same. I tried changing other feature in the php.ini and check the phpinfo and found that they haven't changed either. So, the problem lie with the file path in finding the php.ini file. I only have one

Re: [PHP] ./configure with register_globals turned on?

2002-07-05 Thread Larry Rosenman
On Fri, 2002-07-05 at 10:04, Scott Fletcher wrote: What is the configure option that will turn on the register_globals? This is for ./configure option in UNIX / LINUX. It's in php.ini. Look at the phpinfo() output, and modify to include the register_globals=ON, then restart Apache (assuming