Commit d0be324a6da for php.net

commit d0be324a6daa4bd72da0f78933c8d28ce32eaef6
Merge: 0990de7a559 7873640e08e
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date:   Mon Aug 24 09:39:03 2026 -0400

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      JIT: persist the SHM op_array in trace exit_info

diff --cc NEWS
index 283c90bad87,a2c65685b4c..bb7c34323ce
--- a/NEWS
+++ b/NEWS
@@@ -33,6 -31,11 +33,9 @@@ PH

  - Opcache:
    . Fixed opcache.protect_memory race under ZTS. (realFlowControl)
 -  . Fixed bug GH-23288 (Crash on restart when opcache.interned_strings_buffer
 -    is overridden in an individual FPM pool). (David Carlier)
+   . Fixed a tracing JIT crash when compiling a side trace for a method of a
+     class that could not be stored in the inheritance cache. (GH-21710)
+     (Arnaud, iliaal)

  - PDO:
    . Fixed a leak when a persistent connection failed a liveness check