[php-src] master: [ci skip] NEWS
Arnaud Le Blanc <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Arnaud Le Blanc (arnaud-lb)
Date: 2026-08-26T16:47:12+02:00
Commit: https://github.com/php/php-src/commit/ab4139d44593e1edbfc793f06f6272459251a924
Raw diff: https://github.com/php/php-src/commit/ab4139d44593e1edbfc793f06f6272459251a924.diff
[ci skip] NEWS
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index df8a5c5c51c9..e4c3889e292d 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)