]> granicus.if.org Git - php/commitdiff
Update NEWs
authorXinchen Hui <laruence@gmail.com>
Wed, 17 Aug 2016 09:14:53 +0000 (17:14 +0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 17 Aug 2016 09:14:53 +0000 (17:14 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 0e186ba627ab8368df4e725fc4c9a68a5fd1f421..125c8bc28e9480c8ee92fe932aba8a481928d4f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,7 @@ PHP                                                                        NEWS
   . Fixed bug #72278 (getimagesize returning FALSE on valid jpg). (cmb)
 
 - Stream: 
+  . Fixed bug #72853 (stream_set_blocking doesn't work). (Laruence)
   . Fixed bug #72743 (Out-of-bound read in php_stream_filter_create).
     (Loianhtuan)
   . Implemented FR #27814 (Multiple small packets send for HTTP request).