From a5206bc690bb9874e3a5c22fa635d5809b4004d3 Mon Sep 17 00:00:00 2001 From: Sammy Kaye Powers Date: Fri, 1 Sep 2017 09:36:04 -0500 Subject: [PATCH] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 5df894a2239..fa35c56c1bd 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2017 PHP 7.0.27 +- CLI Server: + . Fixed bug #60471 (Random "Invalid request (unexpected EOF)" using a router + script). (SammyK) + - Core: . Fixed bug #75384 (PHP seems incompatible with OneDrive files on demand). (Anatol)