From: Anatol Belski Date: Mon, 7 Sep 2015 15:35:57 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0alpha1~1223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f402056194180de488de1c990f089dce70aae6e6;p=php update NEWS --- diff --git a/NEWS b/NEWS index 011ca7dc9a..e40dc717da 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,9 @@ PHP NEWS . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections). (Niklas Keller) +- XMLReader: + . Fixed bug #70309 (XmlReader read generates extra output). (Anatol) + - Zip: . Fixed bug #70322 (ZipArchive::close() doesn't indicate errors). (cmb)