From: Anatol Belski Date: Sat, 5 Apr 2014 07:48:20 +0000 (+0200) Subject: updated NEWS X-Git-Tag: php-5.5.12RC1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3d6f28312f5a40fe8e8452f7a2db5cb7c53cce5;p=php updated NEWS --- 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 ( cannot find files with relative paths when loaded with "file://"). (Anatol)