Commit b98d5539597 for php.net
commit b98d5539597f805eb94beb7c6e56ca52096286a1
Merge: c24d51e59cd 5da5fa5528a
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date: Mon Dec 8 22:30:33 2025 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
ldap: Fix memory leak in ldap_set_options()
diff --cc NEWS
index 30450e47d05,4eb71a93cec..57ffb2b7ae5
--- a/NEWS
+++ b/NEWS
@@@ -6,11 -6,17 +6,15 @@@ PH
. Fix OSS-Fuzz #465488618 (Wrong assumptions when dumping function signature
with dynamic class const lookup default argument). (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)
-
-18 Dec 2025, PHP 8.4.16
++
++
+18 Dec 2025, PHP 8.5.1
- Core:
. Sync all boost.context files with release 1.86.0. (mvorisek)