Commit ab4139d4459 for php.net
commit ab4139d44593e1edbfc793f06f6272459251a924
Author: Arnaud Le Blanc <arnaud.lb@gmail.com>
Date: Wed Aug 26 16:47:12 2026 +0200
[ci skip] NEWS
diff --git a/NEWS b/NEWS
index df8a5c5c51c..e4c3889e292 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ PHP NEWS
. Fixed bug GH-23457 (imagebmp() is extremely slow when writing to a file).
(Lazizbek Ergashev)
+- FPM:
+ . Fixed bug GH-19320 (FPM UID and GID overflow). (Pratik Bhujel)
+
- Intl:
. Fixed a double-free when IntlGregorianCalendar construction fails after
the ICU constructor adopts the TimeZone. (iliaal)
@@ -88,9 +91,6 @@ PHP NEWS
- LibXML:
. Fixed bug GH-22752 (Build failure with libxml 2.15). (David Carlier)
-- FPM:
- . Fixed bug GH-19320 (FPM UID and GID overflow). (Pratik Bhujel)
-
- MBString:
. Fixed bug GH-22779 (mb_strrpos() returns the wrong position for a negative
offset in a non-UTF-8 encoding). (Eyüp Can Akman)