]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@php.net>
Sun, 12 Aug 2012 04:00:16 +0000 (12:00 +0800)
committerXinchen Hui <laruence@php.net>
Sun, 12 Aug 2012 04:00:16 +0000 (12:00 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 6efc0dfcb2e213f7e0e3853a4b71d2eb50856b25..236f8e5693801a4ad42964cd998b5b8f92cd7f01 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,6 @@ PHP                                                                        NEWS
 ?? ??? 2012, PHP 5.4.7
 
 - Core:
-  . Fixed bug #62328 (implementing __toString and a cast to string fails)
-    (Laruence)
   . Fixed bug #62725 (Calling exit() in a shutdown function does not return
     the exit value). (Laruence)
   . Fixed bug #51363 (Fatal error raised by var_export() not caught by error 
@@ -12,6 +10,10 @@ PHP                                                                        NEWS
   . Fixed bug #40459 (Stat and Dir stream wrapper methods do not call 
     constructor). (Stas)
 
+- SimpleXML:
+  . Fixed bug #62328 (implementing __toString and a cast to string fails)
+    (Laruence)
+
 - PDO:
   . Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). (Laruence)