Commit 6f6543e9b9e for php.net

commit 6f6543e9b9e2fc3edf00c5cd35ed1039baeafabe
Merge: 59f9f6398b3 b15c5972fbe
Author: Arnaud Le Blanc <arnaud.lb@gmail.com>
Date:   Thu Mar 26 11:02:29 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-19983: GC assertion failure with fibers, generators and destructors

diff --cc NEWS
index 35f40a17c5c,e86c5132350..c0f47d0e07c
--- a/NEWS
+++ b/NEWS
@@@ -1,13 -1,17 +1,16 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.4.21
 +?? ??? ????, PHP 8.5.6

+ - Core:
+   . Fixed bug GH-19983 (GC assertion failure with fibers, generators and
+     destructors). (iliaal)

 -09 Apr 2026, PHP 8.4.20
 -
 -- Bz2:
 -  . Fix truncation of total output size causing erroneous errors. (ndossche)
 +26 Mar 2026, PHP 8.5.5

  - Core:
 +  . Fixed bug GH-20672 (Incorrect property_info sizing for locally shadowed
 +    trait properties). (ilutov)
    . Fixed bugs GH-20875, GH-20873, GH-20854 (Propagate IN_GET guard in
      get_property_ptr_ptr for lazy proxies). (iliaal)