|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-11-22 09:52 UTC] tony2001@php.net
[2006-11-30 01:00 UTC] php-bugs at lists dot php dot net
[2006-12-06 15:00 UTC] jason dot egan at gmail dot com
[2006-12-06 18:32 UTC] swummer at gmail dot com
[2006-12-06 20:44 UTC] jason dot egan at gmail dot com
[2006-12-22 10:15 UTC] johnr at silver-bullet dot co dot nz
[2007-02-07 14:42 UTC] abel dot online at xs4all dot nl
[2007-12-20 12:02 UTC] azatyar at gmail dot com
[2009-11-01 19:21 UTC] info at silkcode dot com
[2009-11-01 19:25 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 22:00:01 2025 UTC |
Description: ------------ New site: Apache 2.2.3 PHP 5.2.0 When I start a common request on phpinfo, apache crashed on. The event log containing similar events: Faulting application httpd.exe, version 2.2.3.0, faulting module php5ts.dll, version 5.2.0.0, fault address 0x000974cd. and Faulting application httpd.exe, version 2.2.3.0, faulting module unknown, version 0.0.0.0, fault address 0x01dc2dc0. Reproduce code: --------------- <?php phpinfo(); php?> Expected result: ---------------- The apache crashed, service stopped...