Commit 5d590a1e878 for php.net
commit 5d590a1e8783a60b36fdac93ef4f81ebd15263ab
Merge: 1d5089e5740 91749844e62
Author: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
Date: Tue Jul 1 18:52:26 2025 +0200
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Fix OSS-Fuzz #427814456
diff --cc NEWS
index 6bc566be390,259270fdfcf..93be6f405c0
--- a/NEWS
+++ b/NEWS
@@@ -8,7 -8,7 +8,8 @@@ PH
- Core:
. Fixed bug GH-18833 (Use after free with weakmaps dependent on destruction
order). (Daniil Gentili)
+ . Fixed bug GH-18907 (Leak when creating cycle in hook). (ilutov)
+ . Fix OSS-Fuzz #427814456. (nielsdos)
- Curl:
. Fix memory leaks when returning refcounted value from curl callback.