Commit 92c179e640e for php.net

commit 92c179e640e43e4f4b183c8bfac6965f09e2cf4e
Merge: 643bd7f991b c8d90e7e189
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date:   Tue Jun 30 07:35:58 2026 -0400

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-20726: crash in pdo_odbc with pooling and no credentials (#22512)

diff --cc NEWS
index 4cfba419baa,d03a77b01d9..91f69440f6f
--- a/NEWS
+++ b/NEWS
@@@ -29,9 -14,10 +29,13 @@@ PH
    . Fixed IntlChar methods leaving stale global error state after successful
      calls. (Xuyang Zhang)

 +- Lexbor:
 +  . Merge patch c3a6847. (ilutov, timwolla)
 +
+ - PDO_ODBC:
+   . 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