Commit 472af11e01b for php.net
commit 472af11e01b7898f9dd21c28d0a94a8d5a1e5c8d
Author: David Carlier <devnexen@gmail.com>
Date: Tue Aug 11 19:49:45 2026 +0100
[ci skip] Add NEWS entry
diff --git a/NEWS b/NEWS
index 2326aa8951f..a2122027513 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.6.0beta2
+- PDO_PGSQL:
+ . Fixed several lazy fetch (PDO::ATTR_PREFETCH => 0) defects: an infinite
+ loop when cleaning up a fetch left in a COPY, a use-after-free when a
+ statement with emulated or disabled prepares is destroyed, a connection
+ left busy for the next fetch, and rows delivered from a result another
+ statement took over. (KentarouTakeda)
13 Aug 2026, PHP 8.6.0beta1