From: Xinchen Hui Date: Fri, 16 Sep 2016 12:55:37 +0000 (+0800) Subject: Updte NEWS X-Git-Tag: php-7.0.12RC1~47^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01c7c6b152c4aaf91522d94933853f8bfe7e920d;p=php Updte NEWS --- diff --git a/NEWS b/NEWS index ef6cb570ab..bdd72bf1f5 100644 --- a/NEWS +++ b/NEWS @@ -43,6 +43,9 @@ PHP NEWS . Fixed bug #68015 (Session does not report invalid uid for files save handler). (Yasuo) +- Stream: + . Fixed bug #73069 (readfile() mangles files larger than 2G). (Laruence) + - Zip: . Fixed bug #70752 (Depacking with wrong password leaves 0 length files). (cmb)