summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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)