From 065e26aadbbe2315b2c4444c92ffc666d7225a98 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Wed, 28 Feb 2024 09:13:12 +0300 Subject: [PATCH] [skip ci] Update NEWS --- NEWS | 2 -- 1 file changed, 2 deletions(-) diff --git a/NEWS b/NEWS index 12857e90cdc..4e95d7e576a 100644 --- a/NEWS +++ b/NEWS @@ -31,8 +31,6 @@ PHP NEWS - PGSQL: . Fixed bug GH-13354 (pg_execute/pg_send_query_params/pg_send_execute with null value passed by reference). (George Barbarosie) - . Fixed bug GH-13519 (PGSQL_CONNECT_FORCE_RENEW not working with persistent - connections. (David Carlier) - Standard: . Fixed array key as hash to string (case insensitive) comparison typo