Commit 277a0167239 for php.net
commit 277a0167239efb33ba5f8f7622e8564313402300
Merge: e0ac74fb52e e257c086bb2
Author: David Carlier <devnexen@gmail.com>
Date: Sat Mar 14 18:24:17 2026 +0000
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
ext/gd: phpinfo() to be able to display libjpeg 10.0 support.
diff --cc NEWS
index dbfdcbdb711,d582ab9318a..72e66f984c2
--- a/NEWS
+++ b/NEWS
@@@ -9,9 -5,11 +9,13 @@@ PH
- Bz2:
. Fix truncation of total output size causing erroneous errors. (ndossche)
+ - GD:
+ . Fixed bug GH-21431 (phpinfo() to display libJPEG 10.0 support).
+ (David Carlier)
+
- Opcache:
+ . Fixed bug GH-21052 (Preloaded constant erroneously propagated to file-cached
+ script). (ilutov)
. Fixed bug GH-20838 (JIT compiler produces wrong arithmetic results).
(Dmitry, iliaal)