Commit 0744a9072aa for php.net
commit 0744a9072aa6231226e928fea9cb1ba08135cafd
Merge: 11da2ee255f c135a869c14
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Sun Sep 13 10:20:08 2026 -0400
Merge branch 'PHP-8.5'
* PHP-8.5:
ext/pgsql: Restore binary-safe pg_lo_write()
diff --cc NEWS
index 8969824fe76,9642ef64b09..c7f2bb05395
--- a/NEWS
+++ b/NEWS
@@@ -20,12 -22,11 +20,15 @@@ PH
. Fixed bug GH-23106 (mb_strpos() reads past the end of a haystack ending in
a truncated UTF-8 sequence). (Lazizbek Ergashev)
+ - PGSQL:
+ . Fixed pg_lo_write() rejecting data containing null bytes. (Ilia Alshanetsky)
+
+- SPL:
+ . Fixed bug GH-23385 (SplDoublyLinkedList::serialize() use-after-free when
+ __serialize() removes an element). (David Carlier)
+
-24 Sep 2026, PHP 8.5.11
+10 Sep 2026, PHP 8.6.0beta3
- BCMath:
. Fixed out-of-bounds read in bc_is_zero_for_scale() when scale exceeds