Commit c4aa851a6a3 for php.net
commit c4aa851a6a3bd445ff36df8cd274e6cb32c0af19
Merge: 9e3e41f7780 ef589ce6698
Author: Arnaud Le Blanc <arnaud.lb@gmail.com>
Date: Tue May 12 19:22:05 2026 +0200
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
JIT: Fix TSSA of ZEND_FE_FETCH_R with key operand
diff --cc NEWS
index d28a38d91f5,8dea2348ff3..cb68d7a8da1
--- a/NEWS
+++ b/NEWS
@@@ -8,7 -8,8 +8,9 @@@ PH
- Opcache:
. Fixed tracing JIT crash when a VM interrupt is handled during an observed
user function call. (Levi Morrison)
+ . Fixed bug GH-21746 (Segfault with tracing JIT). (Arnaud)
+ . Fixed bug GH-22004 (Assertion failure at ext/opcache/jit/zend_jit_trace.c).
+ (Arnaud)
- OpenSSL:
. Fix compatibility issues with OpenSSL 4.0. (jordikroon, Remi)