Commit 6a2023c5e0c for php.net
commit 6a2023c5e0cab48084e58b04a13b8cfbda53b298
Merge: 0540c2d1aee 4e26dd0f795
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Wed Sep 16 06:44:31 2026 -0400
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
ext/pdo: Bound-check column index in getColumnMeta()
diff --cc NEWS
index e1b86f47533,9a862b7e0e1..47ac440813a
--- a/NEWS
+++ b/NEWS
@@@ -27,11 -23,16 +27,15 @@@ PH
. Fixed bug GH-23106 (mb_strpos() reads past the end of a haystack ending in
a truncated UTF-8 sequence). (Lazizbek Ergashev)
+ - PDO:
+ . Fixed PDOStatement::getColumnMeta() reading out of bounds for an invalid
+ column index. (Ilia Alshanetsky)
+
-- Zip:
- . Fixed ZipArchive::extractTo() ignoring files given in a non-list array.
- (David Carlier)
+- PGSQL:
+ . Fixed pg_lo_write() rejecting data containing null bytes. (Ilia Alshanetsky)
-24 Sep 2026, PHP 8.4.26
+24 Sep 2026, PHP 8.5.11
- BCMath:
. Fixed out-of-bounds read in bc_is_zero_for_scale() when scale exceeds