From: Xinchen Hui Date: Tue, 28 Jun 2016 03:12:22 +0000 (+0800) Subject: Updated NEWS X-Git-Tag: php-7.1.0alpha3~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b6235ee05611c1735d4467224251804092547af;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index 8adbfd7151..89c8458c4e 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,7 @@ PHP NEWS - Standard: . Implemented RFC: More precise float values. (Jakub Zelenka, Yasuo) . array_multisort now uses zend_sort instead zend_qsort. (Laruence) + . Fixed bug #72505 (readfile() mangles files larger than 2G). (Cschneid) - OpenSSL: . Implemented FR #61204 (Add elliptic curve support for OpenSSL).