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

diff --git a/NEWS b/NEWS
index e4665bead11fa5c8b7ddaa120296da90739dee14..08a31372cfbf83fb090f3ccadd4329967489b081 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ PHP                                                                        NEWS
 
 - Core:
   . Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence)
+  . Fixed bug #74410 (stream_select() is broken on Windows Nanoserver).
+    (Matt Ficken)
 
 - Date:
   . Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions).