]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Thu, 2 Jun 2016 12:23:30 +0000 (14:23 +0200)
committerAnatol Belski <ab@php.net>
Thu, 2 Jun 2016 12:23:30 +0000 (14:23 +0200)
NEWS

diff --git a/NEWS b/NEWS
index b88ef19d1edb29c3a872d51809c04610cce876c7..5a5845817fbc5719a413279d80d857afa0223f74 100644 (file)
--- 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).