Commit cefdfc9f5c3 for php.net

commit cefdfc9f5c3a80a542f8a0e00608d30d1f896fb7
Merge: c9a6743b599 ae863ea4f88
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date:   Tue Mar 17 08:53:41 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      [ci skip] Update JIT news

diff --cc NEWS
index f8e9d63440a,8d592bf603f..bbf02459e01
--- a/NEWS
+++ b/NEWS
@@@ -14,10 -10,11 +14,13 @@@ PH
      (David Carlier)

  - Opcache:
 +  . Fixed bug GH-21052 (Preloaded constant erroneously propagated to file-cached
 +    script). (ilutov)
    . 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