diff options
author | Anatol Belski <ab@php.net> | 2017-04-16 14:55:31 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-04-16 14:55:31 +0200 |
commit | 6a04a39d57f9c636bbe13d7e650d1318039459a3 (patch) | |
tree | 14f09062e666fe0d4b597ba29de95b47879b9624 | |
parent | 039ef0143bd730824ecf31290457c09826d3043f (diff) | |
download | php-git-6a04a39d57f9c636bbe13d7e650d1318039459a3.tar.gz |
[ci skip] update NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |