summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-04-22 22:39:59 +0200
committerAnatol Belski <ab@php.net>2017-04-22 22:39:59 +0200
commit5d1fd66faf58eda803a206679995ac93da537abd (patch)
treec433dd5eacd59acbf5697517b81790be96752c4f
parent793a8bd886bc0cb7754b0d824406b538b4069fc3 (diff)
downloadphp-git-5d1fd66faf58eda803a206679995ac93da537abd.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 074a30afcb..824dcc36d6 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP NEWS
. Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence)
. Fixed bug #74410 (stream_select() is broken on Windows Nanoserver).
(Matt Ficken)
+ . Fixed bug #74337 (php-cgi.exe crash on facebook callback).
+ (Anton Serbulov)
- Date:
. Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions).