]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatol Belski <ab@php.net>
Tue, 7 Jul 2015 13:34:04 +0000 (15:34 +0200)
committerAnatol Belski <ab@php.net>
Tue, 7 Jul 2015 13:34:37 +0000 (15:34 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 2e8645668cff4ac308a44852506e7784a33fb05f..a1abd020320a4729fc089d75922f02d89a1a7b8c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ PHP                                                                        NEWS
     and replaced with more general and speed efficient op_array->T_liveliness.
     ZEND_GOTO opcode is always replaced by ZEND_JMP at compile time).
     (Bob, Dmitry, Laruence)
+  . Fixed #69963 (fgets reads EOF if there is nothing on the PIPE to read for
+    a short period). (Anatol)
 
 - CLI server:
   . Fixed bug #69655 (php -S changes MKCALENDAR request method to MKCOL). (cmb)