Configure PHP
1. Open the PHP configuration file, locate the Extension=php_mssql.dll, and remove the previous comment symbol
2. Locate mssql.secure_connection and change off to On
3. Find com.allow_dcom = True to remove the previous comment symbol
4. Download the correct version of Ntwdblib.dll (2000.80.194.0), overwrite Apache-20/bin/ntwdblib.dll, overwrite php-5.2.14-win32/ Ntwdblib.dll and copy the Ntwdblib.dll and Php_mssql.dll to the system system32 directory, restart Apache
5. Test success
Reprint Please specify source: http://www.cnblogs.com/yydcdut/p/3459792.html
http://www.bkjia.com/PHPjc/626668.html www.bkjia.com true http://www.bkjia.com/PHPjc/626668.html techarticle Configure PHP 1. Open the PHP configuration file, locate Extension=php_mssql.dll, and remove the previous comment symbol 2. Locate mssql.secure_connection and change off to on 3. Find Com.allow_ DCOM = True, will ...