From: jbspam at pi dot be Operating system: Windows 2003 Server PHP version: 5.0.1 PHP Bug Type: MySQL related Bug description: MySQL module not loaded using PHP as an ISAPI module (using CGI works fine)
Description: ------------ I'm running Windows 2003 Server and IIS 6.0 When I install PHP as an CGI module (php-cgi.exe) then everything works fine. The MySQL extension is loaded and phpinfo() confirms that. But when I use php5isapi.dll the MySQL module is not loaded. Everything else works correct until I call a MySQL function. Renaming the php_mysql.dll to php_mysql.bak so PHP can't find it produces a startup error telling php_mysql.dll could not be found. So, the PHP 5 ISAPI module finds the DLL but it doesn't seem to use it. -- Edit bug report at http://bugs.php.net/?id=29912&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29912&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29912&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29912&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=29912&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29912&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29912&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29912&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29912&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29912&r=support Expected behavior: http://bugs.php.net/fix.php?id=29912&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29912&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29912&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29912&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29912&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29912&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29912&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29912&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29912&r=float