summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-12-31 00:30:16 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-12-31 00:30:16 +0100
commit2e854791afa6bbe1c93705047c82630f49f64325 (patch)
treef5a9f39a3601f8d7b402d32ff3a94da34672354f /UPGRADING
parent446ad04524ca7fb146354763e62e5da8d9fe4c27 (diff)
downloadphp-git-2e854791afa6bbe1c93705047c82630f49f64325.tar.gz
[ci skip] Fix pgsql constant names in UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files 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: