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)