Commit 921c689868c for php.net
commit 921c689868ced357d5c575be8e5351eee8fc8731
Merge: 8d38af63ce9 4e64a2655e9
Author: Gina Peter Banyard <girgias@php.net>
Date: Sat Sep 19 16:58:03 2026 +0100
Merge branch 'PHP-8.4' into PHP-8.5
diff --cc NEWS
index 5c253140522,0382330fa8c..98f99ad217e
--- a/NEWS
+++ b/NEWS
@@@ -1,12 -1,11 +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)
+ - CLI
+ . Fix GH-22567 (Windows ZTS CLI SAPI should refresh its TSRMLS cache during
+ request activation). (matyhtf)
+
- DOM:
. Fixed use-after-free when re-constructing a DOMXPath whose php:function
registrations are freed while still reachable from the cycle collector.