ID: 46635 Updated by: [email protected] Reported By: R dot Scholtens at Onninet dot com -Status: Open +Status: Feedback Bug Type: MSSQL related Operating System: Windows 2003 Server PHP Version: 5.2.6 New Comment:
Try add the path to php to your PATH env. variable, restart your webserver and see if it works. This can be due to ntwdblib.dll (the distributed version) is in the root and the dll will not load if that dependency isn't found. Previous Comments: ------------------------------------------------------------------------ [2008-11-20 21:30:28] R dot Scholtens at Onninet dot com Description: ------------ The php_mssql.dll extension is failing to load, apache is giving the following error: PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Server\\Php\\ext\\php_mssql.dll' - The specified module could not be found.\r\n in Unknown on line 0 The extension is in that directory but is not seeming to load. The file ntwdblib.dll is already in system32 and it still keeps failing. Current settings: extension_dir = "D:\Server\Php\ext\" extension=php_mssql.dll Installation from the Native SQL client from: http://www.microsoft.com/downloads/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=en#filelist Expected result: ---------------- I except the Mssql extension to load so I can build a connection to a mssql server ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46635&edit=1
