|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-10-01 15:21 UTC] new_media_alex at mail dot ru
Description:
------------
Hangin up
PHP as apache module
E-Mail ME!!!!
Reproduce code:
---------------
<?php
switch($some)
{
default:
function cool() {}
// You may place cool() fuction call here
// cool();
}
cool(); // Or here :)
?>
Expected result:
----------------
Nothing
Actual result:
--------------
On Windows: http://kadabra.h12.ru/_img/
(ap2_php5.png)
Apche Log
Unix [Mandrake Linux 10.0 Apache 1.3.31 + PHP 5.1]:
[Wed Sep 29 08:19:12 2004] [notice] child pid 2181 exit signal Segmentation fault (11)
[Wed Sep 29 08:19:12 2004] [notice] child pid 2190 exit signal Segmentation fault (11)
Windows [XP Apache 2.50 + PHP 5.2]:
[Wed Sep 29 08:24:38 2004] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Wed Sep 29 08:24:38 2004] [notice] Parent: Created child process 1564
[Wed Sep 29 08:24:38 2004] [notice] Child 1564: Child process is running
[Wed Sep 29 08:24:38 2004] [notice] Child 1564: Acquired the start mutex.
[Wed Sep 29 08:24:38 2004] [notice] Child 1564: Starting 250 worker threads.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jun 18 21:00:01 2026 UTC |
It's REALY BUG! <?php switch($_GET["a"]) { default: function cool() {} // You may place cool() fuction call here cool(); } cool(); // Or here :) ?>