From 2e854791afa6bbe1c93705047c82630f49f64325 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 31 Dec 2020 00:30:16 +0100 Subject: [PATCH] [ci skip] Fix pgsql constant names in UPGRADING --- UPGRADING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.50.1