summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-02-14 20:54:13 +0100
committerAnatol Belski <ab@php.net>2016-02-14 20:54:13 +0100
commit1740648312f3d87ef0086d94621ebf803af46ec6 (patch)
treee947887e1ced495a8a952eea1ad636e02c126bc6
parentaabb6b70c5d2354739fe11d870efba1776a07265 (diff)
downloadphp-git-1740648312f3d87ef0086d94621ebf803af46ec6.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4e00285960..93e828fd71 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ PHP NEWS
. Fixed bug #71529 (Variable references on array elements don't work when
using count). (Nikita)
+- CLI server:
+ . Bug #71559 (Built-in HTTP server, we can download file in web by bug).
+ (Johannes, Anatol)
+
- PCRE:
. Fixed bug #71537 (PCRE segfault from Opcache). (Laruence)