summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-05 09:46:24 +0200
committerAnatol Belski <ab@php.net>2014-04-05 09:46:24 +0200
commita0beddf5e9ab3c6feaf0921be72a7f430597abea (patch)
tree941dc149e39161db271727a27184d5a20db34aa1 /NEWS
parent7e5de3a1ce0ec5e2efc84cea67e82d487cd0bf54 (diff)
downloadphp-git-a0beddf5e9ab3c6feaf0921be72a7f430597abea.tar.gz
Fixed bug #66084 simplexml_load_string() mangles empty node name
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bf8d1d2a4d..fde89e9ca7 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,10 @@ PHP NEWS
. Fixed bug #66987i (Memory corruption in fileinfo ext / bigendian).
(Remi)
+- 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)