summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-04-16 14:54:19 +0200
committerAnatol Belski <ab@php.net>2017-04-16 14:54:37 +0200
commitce330ad8aa0489e01e1fb44f3c37732ee1968e1e (patch)
tree89490caeaeef37db34e195a11aaa988b52b233b5
parentca543ff01c9e182eadc344aec8746ba19187a2b1 (diff)
downloadphp-git-ce330ad8aa0489e01e1fb44f3c37732ee1968e1e.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e4665bead1..08a31372cf 100644
--- 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).