From: R dot Scholtens at Onninet dot com Operating system: Windows 2003 Server PHP version: 5.2.6 PHP Bug Type: MSSQL related Bug description: Unable to load extention
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 bug report at http://bugs.php.net/?id=46635&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=46635&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=46635&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=46635&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=46635&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=46635&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=46635&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=46635&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=46635&r=needscript Try newer version: http://bugs.php.net/fix.php?id=46635&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=46635&r=support Expected behavior: http://bugs.php.net/fix.php?id=46635&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=46635&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=46635&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=46635&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=46635&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=46635&r=dst IIS Stability: http://bugs.php.net/fix.php?id=46635&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=46635&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=46635&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=46635&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=46635&r=mysqlcfg
