Posted by Jez on 01/12/08 18:30
IIS6 - Windows 2003 SP2.
PHP 5.2.5 Manual install using php5isapi.dll
PHP seems to be installed and working OK.
Yet I have a slight issue !!
I've created a page (test.php) with just this in it :
<?php
phpinfo();
?>
When run via my browser the php.ini settings are shown as:
Configuration File (php.ini) Path C:\WINDOWS
Loaded Configuration File (none)
Yet if I launch the test.php page via a command line:
php C:\Inetpub\wwwroot\test.php the php.ini settings are shown as:
Configuration File (php.ini) Path => C:\WINDOWS
Loaded Configuration File => C:\WINDOWS\php.ini
The php.ini is located in C:\Windows
Why the difference ??
Will this cause me any problems ?
Thanks
Navigation:
[Reply to this message]
|