Monday, January 12, 2009

PHP Warning: PHP Startup: Unable to load dynamic library './php_mssql.dll' - The specified module could not be found.\r\n in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library './php_mssql.dll' - The specified module could not be found.\r\n in Unknown on line 0

It could be that you're missing some of the proper files. Some quick research indicates that on Win2K you need to move ntwdblib.dll into the PHP extension directory. This file is apparently located in with the Enterprise Manager dll's. This may also be the case with XP.

The PHP maual for the MSSQL library has notes on this as well as user provided notes farther down which may be helpful in getting it installed.

http://us2.php.net/mssql

No comments: