]> granicus.if.org Git - php/commitdiff
NEWS for bug #64023 (see aa0adce)
authorGustavo Lopes <glopes@nebm.ist.utl.pt>
Wed, 23 Jan 2013 12:30:40 +0000 (13:30 +0100)
committerGustavo Lopes <glopes@nebm.ist.utl.pt>
Wed, 23 Jan 2013 12:30:40 +0000 (13:30 +0100)
NEWS

diff --git a/NEWS b/NEWS
index d753d28ed6d07944e63a843cbdbc2dd966895802..5215dc645da89c72cf09c608650391a36ecf53a2 100644 (file)
--- 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)