Commit 092de403415 for php.net

commit 092de4034158423f7bda4345e9ab05a4299ea98d
Merge: 39b66bae333 00aa0e39c3a
Author: Gina Peter Banyard <girgias@php.net>
Date:   Fri Jul 3 01:17:19 2026 +0100

    Merge branch 'PHP-8.5'

    * PHP-8.5:
      phpdbg: fix leaked lowercased lookup keys in phpdbg_resolve_opline_break

diff --cc NEWS
index aa6f7f81a89,3bd77e45060..95a0ab97ee1
--- a/NEWS
+++ b/NEWS
@@@ -22,6 -46,24 +22,10 @@@ PH
    . Fixed bug GH-20726 (Crash with ODBC connection pooling when the DSN
      carries no credentials). (iliaal)

 -- Phar:
 -  . Fixed inconsistent handling of the magic ".phar" directory. Paths such as
 -    "/.phar" remain protected, while non-magic paths that merely start with
 -    ".phar" are handled consistently across file and directory creation,
 -    copying, ArrayAccess, stream lookup, directory iteration and extraction.
 -    (Weilin Du)
 -
+ - PHPDBG:
 -  . Fixed bug GH-17387 (Trivial crash in phpdbg lexer). (iliaal)
+   . Fixed fleaked lowercased lookup keys in phpdbg_resolve_opline_break.
+     (jorgsowa)
+
 -- Reflection:
 -  . Fixed bug GH-22324 (Ignore leading namespace separator in
 -    ReflectionParameter::__construct()). (jorgsowa)
 -  . Fixed bug GH-22441 (ReflectionClass::hasProperty() and getProperty() ignore
 -    dynamic properties shadowing a private parent property). (iliaal)
 -
  - Session:
    . Fixed bug GH-21314 (Different session garbage collector behavior between
      PHP 8.3 and PHP 8.5). (jorgsowa)