From cc1f1c60eee9e473626a3f643f98bdf64cd35612 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 6 Jun 2025 08:17:30 +0100 Subject: [PATCH] [skip ci] giving proper credits to last changes in ext/pdo_pgsql --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cf80083f9b9..9e1944e1fba 100644 --- a/NEWS +++ b/NEWS @@ -137,7 +137,7 @@ PHP NEWS . Implement GH-15387 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0) or Pdo\Pgsql::prepare(…, [ PDO::ATTR_PREFETCH => 0 ]) make fetch() lazy 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: . throw on null bytes / resolve GH-13952 (divinity76).