From 4e407b87774a02cd03de2ec453f4c0b84f11cd13 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Fri, 13 Apr 2018 20:17:24 +0100 Subject: [PATCH] [ci skip] Update NEWS with fpm acl fix --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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)