diff --git a/NEWS b/NEWS index bb5223287f4..07542c07ca0 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)