Commit e66e9059df7 for php.net

commit e66e9059df7e583af7d034eb599a5b204e1b8a39
Merge: 5528df1a208 61eca669d97
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Mon Dec 8 16:19:53 2025 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix dumping function signature with dynamic class const lookup default argument

diff --cc NEWS
index 37c7e8734fc,8da81944974..30450e47d05
--- a/NEWS
+++ b/NEWS
@@@ -1,12 -1,20 +1,16 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.4.17
 +?? ??? ????, PHP 8.5.2

+ - Core:
+   . 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)

 -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)