Commit b73993bc083 for php.net

commit b73993bc083894d38fdaaa5e4929042bc62ed667
Merge: 80444c531b7 be5e564a015
Author: Arnaud Le Blanc <arnaud.lb@gmail.com>
Date:   Mon Sep 21 11:11:25 2026 +0200

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-21999: GC inconsistency after lazy object properties ht is added to roots (#22013)

diff --cc NEWS
index 1c937b7cb01,54b6a5d174e..c4b3efc7e5e
--- a/NEWS
+++ b/NEWS
@@@ -1,12 -1,6 +1,14 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.4.27
 +?? ??? ????, PHP 8.5.12
 +
 +- Core:
 +  . Fixed bug GH-23644 (Optimizer leaves a constant-vs-constant comparison
 +    unfolded, crashing the VM in zval_undefined_cv). (ndossche)
 +  . Fixed OSS-Fuzz 532353396 (assertion failure with static type). (Girgias)
 +  . Fix GH-23662 (Avoid NAN warning in print_r()). (CodedByManish)
++  . Fix GH-21999: GC inconsistency with lazy object, var_dump(), and object
++    comparison. (Arnaud)

  - CLI
    . Fix GH-22567 (Windows ZTS CLI SAPI should refresh its TSRMLS cache during