]> granicus.if.org Git - php/commitdiff
[ci skip] update NEWS
authorAnatol Belski <ab@php.net>
Sun, 16 Apr 2017 12:55:31 +0000 (14:55 +0200)
committerAnatol Belski <ab@php.net>
Sun, 16 Apr 2017 12:55:31 +0000 (14:55 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c8c57bef08c932cadc0f3273f6a46f136c82ec91..5c605b8cc93d93d809ed825528185e012d223d32 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ PHP                                                                        NEWS
   . Fixed bug #74188 (Null coalescing operator fails for undeclared static
     class properties). (tpunt)
   . Fixed bug #74444 (multiple catch freezes in some cases). (David Matějka)
+  . Fixed bug #74410 (stream_select() is broken on Windows Nanoserver).
+    (Matt Ficken)
 
 - Date:
   . Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions).