Commit 6bad8fdeaa1 for php.net
commit 6bad8fdeaa1d987c1b244952d1828be4a5eb126e
Merge: 30920e9004b c2c01aea6c4
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Sat Sep 19 17:22:58 2026 -0400
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix heap over-read in cli_get_prompt() for empty cli.prompt
diff --cc NEWS
index ead9e3308b9,d81d3170a6f..0a8f3f02eb4
--- a/NEWS
+++ b/NEWS
@@@ -42,9 -38,14 +42,13 @@@ PH
. Fixed PDOStatement::getColumnMeta() reading out of bounds for an invalid
column index. (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)
+
-- Sockets:
- . Fixed socket_select() silently truncating sets larger than FD_SETSIZE on
- Windows. (David Carlier)
-
- SQLite:
. Fixed a crash when SQLite3::close() is called from a userland callback.
(Ilia Alshanetsky)