Skip to content

Commit 2e85479

Browse files
committed
[ci skip] Fix pgsql constant names in UPGRADING
1 parent 446ad04 commit 2e85479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,8 +888,8 @@ PHP 8.0 UPGRADE NOTES
888888
and this function is no longer needed to protect against XXE attacks.
889889

890890
- PGSQL / PDO PGSQL:
891-
. The constant PG_VERSION_STR has now the same value as PG_VERSION, and thus
892-
is deprecated.
891+
. The constant PGSQL_LIBPQ_VERSION_STR has now the same value as
892+
PGSQL_LIBPQ_VERSION, and thus is deprecated.
893893
. Function aliases in the pgsql extension have been deprecated.
894894

895895
- Zip:

0 commit comments

Comments
 (0)