| View previous topic :: View next topic |
| Author |
Message |
joecrowe
Joined: 14 Jul 2006 Posts: 1
|
Posted: Fri Jul 14, 2006 3:43 pm Post subject: Installation - Admin rights, Unable to load ... |
|
|
| I have two installations of PHP 5 on a server running WindowsXP. One of them is the PHP-gtk2 installation. Neither of them have installed HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath in the registry. Is PHP5 supposed to install this automatically? |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri Jul 14, 2006 5:32 pm Post subject: |
|
|
The registry setting normally isn't needed, as php looks for the ini in
a) the folder it is currently lying in
b) the windows dir
c) the windows system dir
The only thing I know what I know is the difference between admin and user is, that the normal user doesn't get the PATH variable set and maybe cannot execute "php" then. |
|
| Back to top |
|
 |
|