php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29912 MySQL module not loaded using PHP as an ISAPI module (using CGI works fine)
Submitted: 2004-08-31 13:39 UTC Modified: 2004-09-01 08:42 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: jbspam at pi dot be Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5.0.1 OS: Windows 2003 Server
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jbspam at pi dot be
New email:
PHP Version: OS:

 

 [2004-08-31 13:39 UTC] jbspam at pi dot be
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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-31 21:47 UTC] taomyn at myway dot com
I'd like to see some code to support this possible issue?

I have the same setup with IIS and PHP v5.0.1 running as and ISAPI module, and seeing as the majority of my site uses MySQL I don't see any problems - yet.

My server runs:

Windows 2003
IIS 6
PHP v5.0.1
MySQL 4.0.20d
Easysite 1.4
FlashChat 3.9
Gallery 1.4.4pl2
 [2004-09-01 08:42 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 16 22:00:02 2025 UTC