1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00

Update NEWS entry with correct version for FPM ACL fix

This commit is contained in:
Jakub Zelenka
2022-04-29 20:43:50 +01:00
parent 0332b62c35
commit e28e0ad35e

3
NEWS
View File

@@ -2,6 +2,8 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.1.7
- FPM:
. Fixed ACL build check on MacOS. (David Carlier)
12 May 2022, PHP 8.1.6
@@ -30,7 +32,6 @@ PHP NEWS
(Jakub Zelenka)
. Fixed bug #77023 (FPM cannot shutdown processes). (Jakub Zelenka)
. Fixed comment in kqueue remove callback log message. (David Carlier)
. Fixed ACL build check on MacOS. (David Carlier)
- Hash:
. Fixed bug #81714 (segfault when serializing finalized HashContext). (cmb)