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

diff --git a/NEWS b/NEWS
index 75671a9306b597b2d38924fd87f54d3e6c49e835..d9ad1ade682bc65d62225ece0942146241595ad3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,8 @@ PHP                                                                        NEWS
   . 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)
+  . Fixed bug #47517 (php-cgi.exe missing UAC manifest).
+    (maxdax15801 at users noreply github com)
 
 - CLI Server:
   . Fixed bug #71276 (Built-in webserver does not send Date header).