summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-04-16 14:55:31 +0200
committerAnatol Belski <ab@php.net>2017-04-16 14:55:31 +0200
commit6a04a39d57f9c636bbe13d7e650d1318039459a3 (patch)
tree14f09062e666fe0d4b597ba29de95b47879b9624
parent039ef0143bd730824ecf31290457c09826d3043f (diff)
downloadphp-git-6a04a39d57f9c636bbe13d7e650d1318039459a3.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).