summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-08-12 12:00:16 +0800
committerXinchen Hui <laruence@php.net>2012-08-12 12:00:16 +0800
commit786670f53682c1e43f52c7642e6e47ed25f6708d (patch)
tree601b818d7344bcee8b5555fb582b21287153e581
parent7b307fb930e6cf328993dee4b060f6f823c39d24 (diff)
downloadphp-git-786670f53682c1e43f52c7642e6e47ed25f6708d.tar.gz
Update NEWS
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6efc0dfcb2..236f8e5693 100644
--- 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)