Commit d07f376e0cc for php.net

commit d07f376e0cc3949fd4174229aaa635fa766bc7cb
Merge: 027a634280a 3580bbd28b6
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date:   Mon Sep 21 21:51:26 2026 -0400

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      ext/pdo: Do not register a bindColumn() binding for an unknown column

diff --cc NEWS
index 94efff22514,3587344ca1b..eff356e5c49
--- a/NEWS
+++ b/NEWS
@@@ -59,10 -57,9 +59,12 @@@ PH
  - PDO:
    . Fixed PDOStatement::getColumnMeta() reading out of bounds for an invalid
      column index. (Ilia Alshanetsky)
+   . Fixed PDOStatement::bindColumn() registering a binding for a column name
+     that is not in the result set. (Ilia Alshanetsky)

 +- PGSQL:
 +  . Fixed pg_lo_write() rejecting data containing null bytes. (Ilia Alshanetsky)
 +
  - Readline:
    . Fixed a heap over-read in the interactive shell prompt when cli.prompt is
      set to an empty string. (Ilia Alshanetsky)