I've just installed PHP4 (ISAPI) on IIS6/Win2K3 environment by following the instructions from the php.net documentation. To test the installation, I've created index.php with the following line:
<? phpinfo(); ?>
It works except for a couple of things that worries me. From the output I've noticed the following:
1) The PHP and Zend logo does not show up. Anyone know why this is? PHP version = 4.3.11
2) Configuration File (php.ini) Path is pointing to "C:\Windows". I've got my php.ini residing in the PHP folder ("C:\php4") and I have added that folder into the Windows path environment variable. How do I change it so PHP looks for the ini file in the right place?
Thanks in advance for any help you can provide with this one.