|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-01-29 17:14 UTC] felipe@php.net
[2008-01-29 17:49 UTC] felipe@php.net
[2008-01-29 20:03 UTC] dmitry@php.net
[2008-01-29 20:03 UTC] dmitry@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 23:00:01 2025 UTC |
Description: ------------ PHP 5.2.5 and current snapshot (php5.2-200801291330) cause a crash when extending an internal class and terminating the script with die(); or fatal error. This does no happen with debug build or with USE_ZEND_ALLOC=0 Reproduce code: --------------- class a extends arrayobject { } die(); Expected result: ---------------- No output Actual result: -------------- /opt/php5-cvs/bin/php -r 'class a extends arrayobject {} die();' zend_mm_heap corrupted