Greg Watson wrote:

I'd like to be able to switch Register_Globals ON, but I can't find my php.ini file.


Running phpinfo(); tells me that my 'php.ini' file is stored in C:\WINDOWS, but it's not there. I've ran a file search and still can't find it.
The only ones that appear are 'php.ini-dist' and 'php.ini-recommended' which live in the installation directory. I followed a tutorial to install PHP, which didn't say anything about specifying whether you have a php.ini file or not.


Any clue as to why I don't have one, and how I should get one? I installed PHP v4.3.3 on Apache 1.3.

Check out the Windows installation section of the manual.


http://www.php.net/manual/en/install.windows.php

Basically, you need to copy one of the ones that comes with php into your windows directory.

- Brad

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to