Commit 55c2dbbd29b for php.net
commit 55c2dbbd29b78093be264e34f00d7bd4704d9183
Merge: 4f40c20ec9c 89729383e27
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Wed Apr 8 13:44:08 2026 +0200
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix missing addref for Countable::count()
diff --cc NEWS
index 52119c3579c,fcdfd3973d8..77a509ba262
--- a/NEWS
+++ b/NEWS
@@@ -5,11 -5,9 +5,12 @@@ PH
- Core:
. Fixed bug GH-19983 (GC assertion failure with fibers, generators and
destructors). (iliaal)
+ . Fixed ZEND_API mismatch on zend_ce_closure forward decl for Windows+Clang.
+ (henderkes)
+ . Fixed bug GH-21504 (Incorrect RC-handling for ZEND_EXT_STMT op1). (ilutov)
. Fixed bug GH-21478 (Forward property operations to real instance for
initialized lazy proxies). (iliaal)
+ . Fixed bug GH-21605 (Missing addref for Countable::count()). (ilutov)
- Curl:
. Add support for brotli and zstd on Windows. (Shivam Mathur)
diff --cc Zend/zend_vm_execute.h
index c657917231e,d4b2aff1907..0d11a17ce78
Binary files differ