com php-src: [ci skip] update NEWS: NEWS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6a04a39d57f9c636bbe13d7e650d1318039459a3 Author: Anatol Belski <[email protected]> Sun, 16 Apr 2017 14:55:31 +0200 Parents: 039ef0143bd730824ecf31290457c09826d3043f Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6a04a39d57f9c636bbe13d7e650d1318039459a3 Log: [ci skip] update NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index c8c57be..5c605b8 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).