From: Xinchen Hui Date: Thu, 4 Apr 2013 06:47:49 +0000 (+0800) Subject: Use 5.4 specifical warnnig & Update NEWs X-Git-Tag: php-5.4.15RC1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82ac3106e061b31ccbbf53a5276eae441254057d;p=php Use 5.4 specifical warnnig & Update NEWs --- diff --git a/NEWS b/NEWS index 7960f65d9b..951a96a44f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2013, PHP 5.4.15 - Core: + . Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: + segfault). (Laruence) . Fixed bug #64433 (follow_location parameter of context is ignored for most response codes). (Sergey Akbarov) diff --git a/Zend/tests/bug64578.phpt b/Zend/tests/bug64578.phpt index 65c51d94ff..73b3ec4f97 100644 --- a/Zend/tests/bug64578.phpt +++ b/Zend/tests/bug64578.phpt @@ -2,14 +2,12 @@ Bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault) --FILE-- +print_r($y); --EXPECTF-- -Warning: Illegal offset type in %sbug64578.php on line %d -string(1) "1" +1