Commit 99691b470ab for php.net
commit 99691b470ab218cd78d075b84c32245bad7580d4
Merge: 5c0a6feca2a acff8f014c4
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Tue Dec 16 17:30:55 2025 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix uncatchable exception thrown in generator
diff --cc NEWS
index 035d0f3576e,7b1ea5c65d0..8439c8f2779
--- a/NEWS
+++ b/NEWS
@@@ -7,10 -7,14 +7,11 @@@ PH
with dynamic class const lookup default argument). (ilutov)
. Fixed bug GH-20695 (Assertion failure in normalize_value() when parsing
malformed INI input via parse_ini_string()). (ndossche)
+ . Fixed bug GH-20714 (Uncatchable exception thrown in generator). (ilutov)
-- Bz2:
- . Fixed bug GH-20620 (bzcompress overflow on large source size).
- (David Carlier)
-
-- GD:
- . Fixed bug GH-20622 (imagestring/imagestringup overflow). (David Carlier)
+- EXIF:
+ . Fixed bug GH-20631 (Integer underflow in exif HEIF parsing
+ when pos.size < 2). (Oblivionsage)
- LDAP:
. Fix memory leak in ldap_set_options(). (ndossche)