From: Jakub Zelenka Date: Fri, 13 Apr 2018 19:17:24 +0000 (+0100) Subject: [ci skip] Update NEWS with fpm acl fix X-Git-Tag: php-7.1.18RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e407b87774a02cd03de2ec453f4c0b84f11cd13;p=php [ci skip] Update NEWS with fpm acl fix --- diff --git a/NEWS b/NEWS index bb5223287f..07542c07ca 100644 --- 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)