Commit 333ac228803 for php.net
commit 333ac2288039e7661c0267d2c259c991d1678413
Merge: 5c0e8c7b8a7 ab4139d4459
Author: Arnaud Le Blanc <arnaud.lb@gmail.com>
Date: Wed Aug 26 16:47:54 2026 +0200
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
[ci skip] NEWS
Fix GH-19320: Prevent FPM UID and GID overflow (#22986)
diff --cc NEWS
index 0664cf4e4e3,e4c3889e292..9054fd40bfd
--- a/NEWS
+++ b/NEWS
@@@ -21,7 -23,12 +21,10 @@@ PH
- GD:
. Fixed imageaffinematrixget() and imageaffinematrixconcat() reporting the
wrong argument in error messages. (Weilin Du)
- . 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)