From: Anatol Belski Date: Sun, 16 Apr 2017 12:55:31 +0000 (+0200) Subject: [ci skip] update NEWS X-Git-Tag: php-7.1.5RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a04a39d57f9c636bbe13d7e650d1318039459a3;p=php [ci skip] update NEWS --- diff --git a/NEWS b/NEWS index c8c57bef08..5c605b8cc9 100644 --- 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).