diff options
author | Anatol Belski <ab@php.net> | 2014-04-05 09:48:20 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-04-05 09:48:20 +0200 |
commit | a3d6f28312f5a40fe8e8452f7a2db5cb7c53cce5 (patch) | |
tree | 55749f34bdf28c1d1dd278e08276099b1405224b | |
parent | bbfda90d721431f543c114a03e31c7b698fe3b50 (diff) | |
download | php-git-a3d6f28312f5a40fe8e8452f7a2db5cb7c53cce5.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |