Commit 0b3bab7d2d2 for php.net

commit 0b3bab7d2d2d95f386c6149983eff7260fea4b45
Merge: b83afc6caf0 d0be324a6da
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date:   Mon Aug 24 09:43:18 2026 -0400

    Merge branch 'PHP-8.5'

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

diff --cc NEWS
index 70a83948d7b,bb7c34323ce..ccc3291c018
--- a/NEWS
+++ b/NEWS
@@@ -47,6 -31,12 +47,11 @@@ PH
      (iliaal, Xuyang Zhang)
    . Fixed grapheme_str_split() treating UBRK_DONE as a byte index. (iliaal)

+ - Opcache:
 -  . Fixed opcache.protect_memory race under ZTS. (realFlowControl)
+   . 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
      with no other live PDO handle. (iliaal)