Commit 763c01e7dfc for php

commit 763c01e7dfc24782b49d98ad903e96d5a0b684c4
Merge: b0ea8b25375 c4efd209317
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date:   Thu Sep 24 18:46:33 2026 +0200

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix OSS-Fuzz #536440507: Immutable class incorrect assertion

diff --cc NEWS
index 75cc315653f,da8362ce1ed..88c009de5c2
--- a/NEWS
+++ b/NEWS
@@@ -1,14 -1,6 +1,16 @@@
  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)
++  . Fixed OSS-Fuzz #536440507 (Immutable class incorrect assertion).
++    (ndossche)

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