php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30231 IIS6/PHP5/ISAPI crash when using some modules
Submitted: 2004-09-25 21:10 UTC Modified: 2004-10-04 08:42 UTC
From: fgasper at freeshell dot org Assigned:
Status: Not a bug Package: IIS related
PHP Version: 5.0.1 OS: Windows Server 2003
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: fgasper at freeshell dot org
New email:
PHP Version: OS:

 

 [2004-09-25 21:10 UTC] fgasper at freeshell dot org
Description:
------------
When I enable curl, exif, mysql, and possibly other modules, any PHP document will not load; the browser just sits there waiting for the page.

Also, it makes it take forever to shut the IIS service down when that happens; normally IIS takes a second or two to shut down.

Interestingly, this only happens with some modules. Bzip and dbx, for example, are just fine.

I found this problem just today in trying to upgrade from 4.3.8 to 5.0.2.

This was reported earlier as bug #28785, which was dismissed as a non-PHP issue. I respectfully disagree; the fact that some modules make IIS hang and others don't implies that this has something to do with PHP.

Reproduce code:
---------------
(any PHP code)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-25 21:18 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.

This must be a configuration issue, as it works fine for most other people (no other reports about this).
 [2004-09-26 02:59 UTC] wez@php.net
If you can reproduce with a specific list of modules, please add your feedback here.
Note that we recommend against running PHP as an ISAPI module for production use, as there are known issues there (consider Zend's WinEnabler product if you must run PHP with IIS).
 [2004-10-04 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2004-10-04 01:23 UTC] fgasper at freeshell dot org
You got me. This results from PHP's not being able to load the mysql module. It complains to the Windows event log, which I didn't think to check for a while, since Apache complains "in your face" when you start the server that a module couldn't load.

I suspect that the curl and exif module problems are for the same reason.
 [2004-10-04 08:42 UTC] derick@php.net
So no bug here -> bogus.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 20:01:34 2025 UTC