summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).