php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37634 APACHE2 Crash on shutdown / restart with php5 (any)
Submitted: 2006-05-29 22:59 UTC Modified: 2006-06-06 12:25 UTC
From: mdangus at psychtest dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.1.4 OS: Win2k
Private report: No CVE-ID: None
 [2006-05-29 22:59 UTC] mdangus at psychtest dot com
Description:
------------
Either on Apache (2.0.55 or later) or on Apache 2.2 restart and shutdown both produce an APACHE2 crash when PHP is enabled. 
****************
An unhandled win32 exception occurred in apache.exe[488].
****************

Restart happens smothly and without crash when PHP is disabled (commented out in the httpd.conf file).

A similar bug report was made earlier this month by someone... and it was mistakenly classified as bogus. 

The person reporting the bug attributed it to a PECL module when in fact it is a general crash attributable to any php5apache2.dll or php5apache2_2.dll process (operational under an apache2 Windows environment). The bug occurs every time the server is shutdown or restarted.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-30 07:58 UTC] tony2001@php.net
What modules are enabled in your php.ini ?
 [2006-06-06 12:14 UTC] mdangus at psychtest dot com
Thanks for the tip about extensions... Commenting out the following extension (a 3rd party debugger) fixed the problem

;Windows Extensions
;Note that ODBC support is built in, so no dll is needed for it.
;
;extension=php_dbg.dll-5.1.2
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 03:01:32 2024 UTC