Hi there,
We currently run alot of shared hosting under NT 4 with IIS4. We're getting alot of requests for PHP support so I'm looking into it.
I've installed PHP4 under the development machine, and it all seems to be working fine, using the CGI .exe rather than the ISAPI filter.
I would prefer to use the ISAPI filter if possible for efficiency.
Also, as I don't know very much about PHP myself, I don't know what kind of system commands it can attempt ?
Running it as an ISAPI filter means that it should run in the security context of the website which means that file permissions are limited only to the website that runs PHP, however I found with Perl that you could still get it to run system commands, even as the ISAPI filter.
Has anyone done this ?