summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Lopes <glopes@nebm.ist.utl.pt>2013-01-23 13:30:40 +0100
committerGustavo Lopes <glopes@nebm.ist.utl.pt>2013-01-23 13:30:40 +0100
commit38bf6951b3615775cc91955ca71c07ecbf50120f (patch)
treee28f6dde97e93d0827a200973addbbf5648127ec
parentaa0adce47d9b8ead59efede63a769e395e27bcd5 (diff)
downloadphp-git-38bf6951b3615775cc91955ca71c07ecbf50120f.tar.gz
NEWS for bug #64023 (see aa0adce)
-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)