1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update NEWS for GH-16932 fix

This commit is contained in:
Jakub Zelenka
2024-11-28 09:02:21 +01:00
parent d165670d04
commit e6997535f7

3
NEWS
View File

@@ -14,6 +14,9 @@ PHP NEWS
. Fixed bug GH-16906 (Reloading document can cause UAF in iterator).
(nielsdos)
- FPM:
. Fixed bug GH-16932 (wrong FPM status output). (Jakub Zelenka, James Lucas)
- GMP:
. Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)).
(cmb)