]> granicus.if.org Git - php/commitdiff
[ci skip] Fix pgsql constant names in UPGRADING
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 30 Dec 2020 23:30:16 +0000 (00:30 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 30 Dec 2020 23:30:16 +0000 (00:30 +0100)
UPGRADING

index 1e2dcc49d491e9bcc6d8bc577d2d3231ea8c3226..1fbe212dc817aafacef815987dfc5cd48d32b179 100644 (file)
--- 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: