This document discusses supporting PHP on Microsoft's IIS web server. It explains that IIS 7 allows modules to extend server functionality through an API, while PHP on IIS 6 was a monolithic installation. The document provides instructions for installing PHP on IIS 7 using FastCGI and configuring per-site PHP settings. It also mentions additional IIS extensions for URL rewriting and SQL Server support.