|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-17 03:43 UTC] cynic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jan 04 11:00:01 2026 UTC |
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.