From ae863ea4f883830ac88faf3754a251deedf1baa1 Mon Sep 17 00:00:00 2001 From: ndossche <7771979+ndossche@users.noreply.github.com> Date: Tue, 17 Mar 2026 08:53:06 +0100 Subject: [PATCH] [ci skip] Update JIT news Closes GH-21395. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 9cff078b34c..8d592bf603f 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ PHP NEWS - Opcache: . Fixed bug GH-20838 (JIT compiler produces wrong arithmetic results). (Dmitry, iliaal) + . Fixed bug GH-21267 (JIT tracing: infinite loop on FETCH_OBJ_R with + IS_UNDEF property in polymorphic context). (Dmitry, iliaal) + . Fixed bug GH-21395 (uaf in jit). (ndossche) - OpenSSL: . Fixed bug GH-21083 (Skip private_key_bits validation for EC/curve-based