From: Anatol Belski Date: Thu, 2 Jun 2016 10:37:51 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0alpha1~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7c0ba2e898b09d4a4aee3ec33be56395ef1fbb1;p=php update NEWS --- diff --git a/NEWS b/NEWS index 2330dfdc50..128841ede8 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,10 @@ PHP NEWS . Raise a compile-time warning on octal escape sequence overflow. (Sara) . Added [] = as alternative construct to list() =. (Bob) +- CLI Server: + . Fixed bug #71276 (Built-in webserver does not send Date header). + (see at seos fr) + - FTP: . Implemented FR #55651 (Option to ignore the returned FTP PASV address). (abrender at elitehosts dot com)