]> granicus.if.org Git - php/commitdiff
[ci skip] Update NEWS with fpm acl fix
authorJakub Zelenka <bukka@php.net>
Fri, 13 Apr 2018 19:17:24 +0000 (20:17 +0100)
committerJakub Zelenka <bukka@php.net>
Fri, 13 Apr 2018 19:17:24 +0000 (20:17 +0100)
NEWS

diff --git a/NEWS b/NEWS
index bb5223287f47a653e56a7e8b5538ba94756d77d1..07542c07ca043cfc1b75f9f3e4cf0ecd1ddf43e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 7.1.18
 
+- FPM:
+  . Fixed bug #76075 --with-fpm-acl wrongly tries to find libacl on FreeBSD.
+    (mgorny)
+
 - Reflection:
   . Fixed arginfo for array_replace(_recursive) and array_merge(_recursive).
     (carusogabriel)