--- title: "Configuring IIS for the Microsoft Drivers for PHP for SQL Server | Microsoft Docs" ms.custom: "" ms.date: "03/26/2018" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual helpviewer_keywords: - "configuring, Internet Information Services" ms.assetid: d2dc75d3-9bf7-481c-85f2-8b6310b21461 author: David-Engel ms.author: v-daenge --- # Configuring IIS for the Microsoft Drivers for PHP for SQL Server [!INCLUDE[Driver_PHP_Download](../../includes/driver_php_download.md)] This topic provides links to resources on the [Internet Information Services (IIS) Web site](https://www.iis.net/) that are relevant to configuring IIS to host PHP applications. The resources listed here are specific to using FastCGI with IIS. FastCGI is a standard protocol that allows an application framework's Common Gateway Interface (CGI) executables to interface with the Web server. FastCGI differs from the standard CGI protocol in that FastCGI reuses CGI processes for multiple requests. ## Tutorials The following links are for tutorials about setting up FastCGI for PHP and hosting PHP applications on IIS 6.0 and IIS 7.0: - [FastCGI with PHP](https://docs.microsoft.com/iis/web-hosting/web-server-for-shared-hosting/fastcgi-with-php) - [Using FastCGI to Host PHP Applications on IIS 7.0](https://docs.microsoft.com/iis/application-frameworks/install-and-configure-php-applications-on-iis/using-fastcgi-to-host-php-applications-on-iis) - [Using FastCGI to Host PHP Applications on IIS 6.0](https://docs.microsoft.com/iis/application-frameworks/install-and-configure-php-applications-on-iis/using-fastcgi-to-host-php-applications-on-iis-60) - [Configuring FastCGI Extension for IIS 6.0](https://docs.microsoft.com/iis/application-frameworks/install-and-configure-php-on-iis/configuring-the-fastcgi-extension-for-iis-60) ## Video Presentations The following links are for video presentations about setting up FastCGI for PHP and using IIS 7.0 features to host PHP applications: - [Setting up FastCGI for PHP](https://docs.microsoft.com/iis/application-frameworks/running-php-applications-on-iis/set-up-fastcgi-for-php) - [Partying with PHP on Microsoft Internet Information Services 7](https://docs.microsoft.com/iis/application-frameworks/running-php-applications-on-iis/mix08-partying-with-php-on-microsoft-internet-information-services-7-and-above) ## Support Resources The following forums provide community support for FastCGI on IIS: - [FastCGI Handler](https://forums.iis.net/1103.aspx) - [IIS 7 - FastCGI Module](https://forums.iis.net/1104.aspx) ## See Also [Getting Started with the Microsoft Drivers for PHP for SQL Server](../../connect/php/getting-started-with-the-php-sql-driver.md) [Programming Guide for the Microsoft Drivers for PHP for SQL Server](../../connect/php/programming-guide-for-php-sql-driver.md) [SQLSRV Driver API Reference](../../connect/php/sqlsrv-driver-api-reference.md) [Constants (Microsoft Drivers for PHP for SQL Server)](../../connect/php/constants-microsoft-drivers-for-php-for-sql-server.md)