[PHP-WIN] Re: register_globals issue

2005-05-05 Thread Bill Kirk
I did the phpinfo(), and it says that it is looking for the php.ini file in the Windows directory (which is where I have it). I tried bouncing Apache and rebooting the serverto no avail. Any other thoughts? - Thanks "Jason Barnett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

[PHP-WIN] Re: register_globals issue

2005-05-05 Thread michael
It may just be that you need to restart Apache for your changes to take effect. You could alternatively use the ini_set() function in an include file or something to turn it on. Jason Barnett writes: Bill Kirk wrote: I am running php 4.3.10 on a Windows 2003 server with Apache 2. My proble

[PHP-WIN] Re: register_globals issue

2005-05-04 Thread Jason Barnett
Bill Kirk wrote: I am running php 4.3.10 on a Windows 2003 server with Apache 2. My problem is that I have set register_globals = on in the php.ini file (which is in the windows directory (everyone has read rights to it), but when I do a php info on it, it shows that register_globals is off, and th