From: Anatol Belski Date: Thu, 2 Jun 2016 12:23:30 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0alpha1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86b922a4324ada8b7ce584cc64ef65c9e6f05430;p=php update NEWS --- diff --git a/NEWS b/NEWS index b88ef19d1e..5a5845817f 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,7 @@ PHP NEWS Pierrick) . Raise a compile-time warning on octal escape sequence overflow. (Sara) . Added [] = as alternative construct to list() =. (Bob) + . Implemented logging to syslog with dynamic error levels. (Jani Ollikainen) - CLI Server: . Fixed bug #71276 (Built-in webserver does not send Date header).