From e6997535f7842308cab24b458c68926208f55e41 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Thu, 28 Nov 2024 09:02:21 +0100 Subject: [PATCH] Update NEWS for GH-16932 fix --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index abf1535603931..c8d1ee0a87f26 100644 --- a/NEWS +++ b/NEWS @@ -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)