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]
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
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