Commit c633ce884b7 for php.net
commit c633ce884b7f6f2e017387749362f2d7ebccfeed
Merge: 559b3fe37c5 9c082438f4c
Author: Arnaud Le Blanc <arnaud.lb@gmail.com>
Date: Fri Apr 3 13:04:22 2026 +0200
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-21478: Forward property operations to real instance for initialized lazy proxies
diff --cc NEWS
index 2835d9735e3,c9933ff6b26..d955dd07043
--- a/NEWS
+++ b/NEWS
@@@ -5,10 -5,13 +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)
-- DOM:
- . Fixed bug GH-21566 (Dom\XMLDocument::C14N() emits duplicate xmlns
- declarations after setAttributeNS()). (David Carlier)
-
- Iconv:
. Fixed bug GH-17399 (iconv memory leak on bailout). (iliaal)