My configuration is win2003+iis6+fastcgi+php5.3.28+mssql2008.
My fastcgi and PHP5.3.28 are all in the installation version.
Many examples on the web, to the Microsoft website download drive, unzip to the Ext folder,
Open php.ini at the end of the add
[Php_pdo_sqlsrv]
Extension=php_pdo_sqlsrv_53_nts_vc9.dll
[Php_sqlsrv]
Extension=php_sqlsrv_53_nts_vc9.dll
Restart IIS after saving
I have three machines, are the same environment configuration, but there is a dead and alive, Phpinfo () will not show the information of MSSQL.
Please also pay attention to what problems. Why the same configuration, there are two units can be, one is not.
Reply to discussion (solution)
Note Ntwdblib.dll
version, as if connecting 2000,2005,2008, three version numbers are different.
Look first, the PHP server and the database server network can not be connected.
Additionally, SQL Server is not set up for remote access.