From: Gustavo Lopes Date: Wed, 23 Jan 2013 12:30:40 +0000 (+0100) Subject: NEWS for bug #64023 (see aa0adce) X-Git-Tag: php-5.4.12RC1~2^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38bf6951b3615775cc91955ca71c07ecbf50120f;p=php NEWS for bug #64023 (see aa0adce) --- diff --git a/NEWS b/NEWS index d753d28ed6..5215dc645d 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ PHP NEWS ?? ??? 2013, PHP 5.3.22 - Zend Engine: + . Fixed bug #64023 (echo tries standard cast_object implementation before the + one for the actual object; also fixed bug in SplFileInfo's cast_object). + (Gustavo, Dmitry) . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence) . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user). (Johannes)