From 1740648312f3d87ef0086d94621ebf803af46ec6 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 14 Feb 2016 20:54:13 +0100 Subject: [PATCH] updated NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 4e00285960b..93e828fd71b 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)