Commit 61eca669d97 for php.net
commit 61eca669d97078aa2b7c1681e5420bf4e8ec384b
Merge: 83b36de67d8 26c0cbd93cb
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Mon Dec 8 16:19:35 2025 +0100
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Fix dumping function signature with dynamic class const lookup default argument
diff --cc NEWS
index d13a7ab7f05,b4a15b3ddd8..8da81944974
--- a/NEWS
+++ b/NEWS
@@@ -1,7 -1,11 +1,11 @@@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.3.30
+?? ??? ????, PHP 8.4.17
+ - 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)