From 82c13d289d973b5f2603193963a4ff6b691770a2 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 18 May 2021 11:15:42 +0100 Subject: [PATCH] Removed incorrect news entry --- NEWS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NEWS b/NEWS index cd37e29e55a66..203471a69b405 100644 --- a/NEWS +++ b/NEWS @@ -35,10 +35,6 @@ PHP NEWS - PDO_ODBC: . Fixed bug #44643 (bound parameters ignore explicit type definitions). (cmb) -- PDO_pgsql: - . Reverted bug fix for #80892 (PDO::PARAM_INT is treated the same as - PDO::PARAM_STR). (Matteo) - - pgsql: . Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast(). (cmb)