Commit 1e8f7ee74b3 for php.net
commit 1e8f7ee74b39806af6022e30cf33dfd7ec03b6f8
Merge: 9e75056488d 6bad8fdeaa1
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Sat Sep 19 17:22:59 2026 -0400
Merge branch 'PHP-8.5'
* PHP-8.5:
Fix heap over-read in cli_get_prompt() for empty cli.prompt
diff --cc NEWS
index fdb9a612872,0a8f3f02eb4..16b92c67d3d
--- a/NEWS
+++ b/NEWS
@@@ -55,14 -45,10 +55,18 @@@ PH
- PGSQL:
. Fixed pg_lo_write() rejecting data containing null bytes. (Ilia Alshanetsky)
+- Posix:
+ . Reverted the validity check on the flags argument of posix_access().
+ (David Carlier)
+
+ - Readline:
+ . Fixed a heap over-read in the interactive shell prompt when cli.prompt is
+ set to an empty string. (Ilia Alshanetsky)
+
+- SPL:
+ . Fixed bug GH-23385 (SplDoublyLinkedList::serialize() use-after-free when
+ __serialize() removes an element). (David Carlier)
+
- SQLite:
. Fixed a crash when SQLite3::close() is called from a userland callback.
(Ilia Alshanetsky)