Commit e645c60744c for php.net
commit e645c60744c94c0fa7dc179be97348193dca83ad
Merge: fb739d1b1fb d4a9726a2f5
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date: Sun Jun 14 12:29:38 2026 +0200
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
exif: read from the correct pointer
diff --cc NEWS
index 2eab6d8a6d5,3ec0d319b7e..a17629f654a
--- a/NEWS
+++ b/NEWS
@@@ -10,6 -10,13 +10,9 @@@ PH
. Fix incorrect recurrence check of DatePeriod::createFromISO8601String().
(ndossche)
-- DOM:
- . Fix GH-22219 (Dom\XMLDocument::schemaValidate fails to resolve
- xs:QName with prefix from imported schema). (David Carlier)
-
+ - Exif:
+ . Read correct value for single and double tags. (ndossche)
+
- GD:
. Fixed bug GH-22121 (Double free in gdImageSetStyle() after
overflow-triggered early return). (iliaal)