[skip ci] giving proper credits to last changes in ext/pdo_pgsql

This commit is contained in:
David Carlier 2025-06-06 08:17:30 +01:00
parent e549ccb32e
commit cc1f1c60ee
No known key found for this signature in database
GPG key ID: 8486F847B4B94EF1

2
NEWS
View file

@ -137,7 +137,7 @@ PHP NEWS
. Implement GH-15387 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0) or . Implement GH-15387 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0) or
Pdo\Pgsql::prepare(…, [ PDO::ATTR_PREFETCH => 0 ]) make fetch() lazy Pdo\Pgsql::prepare(…, [ PDO::ATTR_PREFETCH => 0 ]) make fetch() lazy
instead of storing the whole result set in memory (Guillaume Outters) instead of storing the whole result set in memory (Guillaume Outters)
. Removed unused constants Pdo\Pgsql::TRANSACTION_*. . Removed unused constants Pdo\Pgsql::TRANSACTION_* (vrana).
- PDO_SQLITE: - PDO_SQLITE:
. throw on null bytes / resolve GH-13952 (divinity76). . throw on null bytes / resolve GH-13952 (divinity76).