From: Christoph M. Becker Date: Wed, 30 Dec 2020 23:30:16 +0000 (+0100) Subject: [ci skip] Fix pgsql constant names in UPGRADING X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e854791afa6bbe1c93705047c82630f49f64325;p=php [ci skip] Fix pgsql constant names in UPGRADING --- diff --git a/UPGRADING b/UPGRADING index 1e2dcc49d4..1fbe212dc8 100644 --- a/UPGRADING +++ b/UPGRADING @@ -888,8 +888,8 @@ PHP 8.0 UPGRADE NOTES and this function is no longer needed to protect against XXE attacks. - PGSQL / PDO PGSQL: - . The constant PG_VERSION_STR has now the same value as PG_VERSION, and thus - is deprecated. + . The constant PGSQL_LIBPQ_VERSION_STR has now the same value as + PGSQL_LIBPQ_VERSION, and thus is deprecated. . Function aliases in the pgsql extension have been deprecated. - Zip: