ID: 37185 Comment by: andrew dot chapman at brighterworking dot com Reported By: rjf at seastate1 dot com Status: No Feedback Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.1.2 New Comment:
Using 5.1.5 on Windows XP Professional SP2. Having the same problem. No extensions. No php.ini being used. Totally repeatable problem, it happens every time a php page is accessed and then IIS is restarted. I don't have an ISAPI filter enabled, just the .php extension. I only have it included for the "Default Web Site" not the master site (following someone elses suggestion). Information from phpinfo() below. System Windows NT <machine name> 5.1 build 2600 Build Date Aug 15 2006 23:50:22 Server API ISAPI PHP API 20041225 PHP Extension 20050922 Zend Extension 220051025 Debug Build no Happy to help with a backtrace, but I am a Javahead (no idea what MSVC6 is). Previous Comments: ------------------------------------------------------------------------ [2006-05-09 01:00:00] 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". ------------------------------------------------------------------------ [2006-05-01 15:15:38] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2006-04-26 17:17:27] rjf at seastate1 dot com 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? ------------------------------------------------------------------------ [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