Commit df2c6bb19e7 for php.net

commit df2c6bb19e72ed0eb9fb9a3f9d609fcd07f6455f
Merge: 84f90c5b1fd 0c11f486d7e
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date:   Tue Jul 14 15:30:51 2026 -0400

    Merge branch 'PHP-8.5'

    * PHP-8.5:
      Fix GH-22668: odbc heap over-read on oversized column value

diff --cc NEWS
index c7bee9b7e95,2c88dee0b23..793e0966dfb
--- a/NEWS
+++ b/NEWS
@@@ -1,28 -1,14 +1,32 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.5.9
 +?? ??? ????, PHP 8.6.0alpha3
 +
++- ODBC:
++  . Fixed bug GH-22668 (Heap buffer over-read when a column value exceeds the
++    driver-reported display size). (iliaal)
++
 +- 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