]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorXinchen Hui <laruence@gmail.com>
Tue, 28 Jun 2016 03:12:22 +0000 (11:12 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 28 Jun 2016 03:12:22 +0000 (11:12 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 8adbfd71512363fce0b489408f52231b3445b659..89c8458c4e60fffb817a674b5b3e28491ac80ca8 100644 (file)
--- 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).