ID:               21062
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Won\'t fix
 Bug Type:         *Programming Data Structures
 Operating System: Slackware 8.1, Linux 2.4.18 krnl
 PHP Version:      4.3.0RC3
 New Comment:

this is a bazillionth report of this behavior, which won't be fixed for
(IIRC) efficiency reasons.



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

[2002-12-17 03:36:37] [EMAIL PROTECTED]

compiled:
./configure && make && make install

script:
<?
function x(){
  x();
}
x();
?>

This little piece of code produces a SEGV. At some point the stack is
full, and the program crashes. Why not die() before crashing?

OK, this code is so wrong... But still it should not SEGV.   
Discovered it on PHP 4.2.2 (apache mod) and especially built PHP
4.3.0RC3 (cmdline) to find that 4.3.0RC3 still does this.



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


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

Reply via email to