diff options
author | Anatol Belski <ab@php.net> | 2014-04-05 09:46:24 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-04-05 09:46:24 +0200 |
commit | a0beddf5e9ab3c6feaf0921be72a7f430597abea (patch) | |
tree | 941dc149e39161db271727a27184d5a20db34aa1 /NEWS | |
parent | 7e5de3a1ce0ec5e2efc84cea67e82d487cd0bf54 (diff) | |
download | php-git-a0beddf5e9ab3c6feaf0921be72a7f430597abea.tar.gz |
Fixed bug #66084 simplexml_load_string() mangles empty node name
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |