Commit 0fbe257b553 for php.net

commit 0fbe257b553874d0ff3d0bcb0a47035cadbd1536
Merge: df5e361b66b 4eced77cf0c
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date:   Tue Jul 14 14:00:31 2026 -0400

    Merge branch 'PHP-8.5'

    * PHP-8.5:
      Fix GH-22667: pdo_odbc heap over-read on oversized column value

diff --cc NEWS
index 01ab6b2a97a,de82bc685da..018f454f57b
--- a/NEWS
+++ b/NEWS
@@@ -1,24 -1,14 +1,28 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.5.9
 +?? ??? ????, PHP 8.6.0alpha3
 +
++- PDO_ODBC:
++  . Fixed bug GH-22667 (Heap buffer over-read when a column value exceeds the
++    driver-reported display size). (iliaal)
++
 +- Reflection:
 +  . Fixed bug GH-22681 (Reflection*::__toString() truncates on null bytes).
 +    (DanielEScherzer)
 +
 +16 Jul 2026, PHP 8.6.0alpha2

  - Core:
 -  . Fixed bug GH-22290 (AST pretty printing does not correctly handle strings
 -    containing NUL). (iliaal)
 -  . Fixed bug GH-22206 (missing return in global register detection).
 -    (P3p111n0)
 +  . Sync Boost.Context assembly with 1.91.0. (kn1g78)
 +  . Fixed bug GH-22387 (AST pretty-printing drops meaningful parentheses around
 +    RHS of instanceof). (timwolla)
 +  . Fixed bug GH-15672 and GH-15911 (Stack overflow when an internal function
 +    recurses through zend_call_function, such as a self-attached SPL
 +    iterator). (iliaal)
    . Lock unmodified readonly properties for modification after clone-with.
      (NickSdot)
 +  . abort() instead of exit() on hard OOM. (realFlowControl)
 +  . perf: ZTS: move AG and SCNG into native __thread storage. (henderkes)

  - Calendar:
    . Fixed bug GH-22602 (gregoriantojd() and juliantojd() integer overflow with