ID:               15522
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Reproducible crash
 Operating System: Debian GNU/Linux
 PHP Version:      4.1.1
 New Comment:

Search the bug database for previous submissions on this.
This can not be fixed.

Derick


Previous Comments:
------------------------------------------------------------------------

[2002-02-12 09:12:57] [EMAIL PROTECTED]

It is quite easy to crash the PHP interpreter with infinite recursion. 
While this is a user error, the interpreter should not crash.  There
should be some sort of internal checking to assure that too many
function calls cannot cause a crash.

<?
    foo();
    function foo() { foo(); }
?>

[Tue Feb 12 07:09:45 2002] [notice] child pid 4079 exit signal
Segmentation fault (11)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15522&edit=1

Reply via email to