Comments on: One for the History Books

← Back to post
Damien McKenna
Tue, 13 Nov 2007 13:17:17 +0000

There have always been two ways to run PHP on IIS - as a CGI or an ISAPI module, the latter of which works just like the apache equivalent. The FastCGI system introduces a third option. Why you'd want to use FastCGI over ISAPI I don't know, but at least those that do have an option.