ID: 37185 User updated by: rjf at seastate1 dot com Reported By: rjf at seastate1 dot com -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.1.2 New Comment:
Tony, I tried what you said. (For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip) There is no change. The issue still exists with the same behavior. What next? Previous Comments: ------------------------------------------------------------------------ [2006-04-24 17:33:06] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.1-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip ------------------------------------------------------------------------ [2006-04-24 14:26:15] rjf at seastate1 dot com Description: ------------ Recent (4/21/2006) "vanilla" install of PHP 5.1.2.2 on Windows XP SP2. I installed PHP as an ISAPI filter in IIS. Can run .html and .aspx pages in IE6 browser using IIS on same machine just fine. Can start and stop IIS just fine. Can run .php pages in IE6 browser using IIS on same machine just fine. However, after running one or more .php pages, if I stop the World Wide Web Publishing service (via the Services control panel UI) while stopping the service, a Microsoft Send Error Report dialog reports "Internet Information Services has encountered a problem and needs to close." The only additional information readily visible is "An unhandled win32 exception occured in inetinfo.exe [9584]. It appears the shutdown is not clean. What additional information should I provide? Reproduce code: --------------- No code per se. Issue happens at late stage of stopping IIS after running one or more .php pages. Here is a simple page "hello.php": <html> <head><title>Hello</title></head> <body> Hello </body> </html> Expected result: ---------------- All PHP code runs fine. Issue is inetinfo.exe does not shutdown cleanly as it usually does. Actual result: -------------- Shall I send you the dump files that are automatically sent to Microsoft? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37185&edit=1