[php-src] master: [ci skip] Add NEWS entry
David Carlier <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: David Carlier (devnexen) Date: 2026-08-11T19:49:45+01:00 Commit: https://github.com/php/php-src/commit/472af11e01b7898f9dd21c28d0a94a8d5a1e5c8d Raw diff: https://github.com/php/php-src/commit/472af11e01b7898f9dd21c28d0a94a8d5a1e5c8d.diff [ci skip] Add NEWS entry Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 2326aa8951fd..a2122027513f 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