1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

[ci skip] Update NEWS with fpm acl fix

This commit is contained in:
Jakub Zelenka
2018-04-13 20:17:24 +01:00
parent 4ea7f3467d
commit 4e407b8777

4
NEWS
View File

@@ -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)