I have installed php 5.2 on 64 bit windows server 2003, and it is all working, except it will not read my php.ini file.
In phpinfo it just says C:\windows
I have tried:
Setting envt variable PHPRC to c:\php
Adding registry entry [HKEY_LOCAL_MACHINE\SOFTWARE\PHP]
"IniFilePath"="C:\PHP"
And also registry entry [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PHP]
"IniFilePath"="C:\PHP"
And also just copying my php.ini file to C:\windows
None of these seem to work.
Has anyone set up PHP on 64 bit windows server 2003, and if so, how did you get it to read your php.ini file???
Thanks!