Difference in phpinfo on two different IIS servers
Posted: Mon Jul 25, 2005 1:41 pm
Forgive me for having little to no PHP experience, but hopefully someone can lend a hand.
I currently have a IIS server running PHP 4.3.0, and a new server running 5.0.4. When running a test PHP script on the 4.3.0 server, the output can be seen as so:
http://wtfe1.acd.net/test.php
Nice, simple layout, and what I expect to see in a phpinfo script.
However, if I place the same test.php on the new server, I get different output:
http://wtfe2.acd.net/test.php
Is this simply a difference between the two versions, or is there something I've not set up correctly? The contents of php.ini look identical as far as I can determine. I would think the fact that the test.php obtained the PHP info at all should tell me that PHP is working fine, but I would like to know before I put any sites on the server. Thanks in advance.
Joe
I currently have a IIS server running PHP 4.3.0, and a new server running 5.0.4. When running a test PHP script on the 4.3.0 server, the output can be seen as so:
http://wtfe1.acd.net/test.php
Nice, simple layout, and what I expect to see in a phpinfo script.
However, if I place the same test.php on the new server, I get different output:
http://wtfe2.acd.net/test.php
Is this simply a difference between the two versions, or is there something I've not set up correctly? The contents of php.ini look identical as far as I can determine. I would think the fact that the test.php obtained the PHP info at all should tell me that PHP is working fine, but I would like to know before I put any sites on the server. Thanks in advance.
Joe