summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-05 09:48:20 +0200
committerAnatol Belski <ab@php.net>2014-04-05 09:48:20 +0200
commita3d6f28312f5a40fe8e8452f7a2db5cb7c53cce5 (patch)
tree55749f34bdf28c1d1dd278e08276099b1405224b
parentbbfda90d721431f543c114a03e31c7b698fe3b50 (diff)
downloadphp-git-a3d6f28312f5a40fe8e8452f7a2db5cb7c53cce5.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d3e7329cf0..29e6c89a8d 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ PHP NEWS
. Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter
(extra comma) and third parameters (lack of escaping). (Andrey)
+- SimpleXML:
+ . Fixed bug #66084 (simplexml_load_string() mangles empty node name)
+ (Anatol)
+
- XSL:
. Fixed bug #53965 (<xsl:include> cannot find files with relative paths
when loaded with "file://"). (Anatol)