IIS 5.0 is installed on a Windows 2000 Server and I installed PHP 4.3.3.
PHP works with one exception.
If I put the following in a virtual site directory with scripts only or scripts and executables ...I get nothing.
<? system("ls"); ?>
This works on 4 or 5 other servers, but there are two...of course, the most important two, that it does not work on.
It does work at the command line with:
php listdir.php
I know it is an IIS problem, but I have looked and looked and they seem to be setup the same as the working ones.