summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-05-22 15:27:59 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-05-22 15:56:24 +0200
commit4bc1d8333aa8b40a6c6fe89762f6b5a4bd309a1c (patch)
treec327f27089f916a86fbaa8f9f34f3a26d65f749f /UPGRADING
parentc0920e674f05f5523b67e29ac5fde1db0d56fad1 (diff)
downloadphp-git-4bc1d8333aa8b40a6c6fe89762f6b5a4bd309a1c.tar.gz
Raise ext/pgsql requirements to PostGreSQL 7.4
We can safely assume that users have at the very least libpq 7.4, for which official support ended on 2010-10-01; even CentOS 6 has 8.4 now. It is also noteworthy that PDO_PGSQL already requires libpq 7.4 or later.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index a3c471c319..bb4f7428bc 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -676,6 +676,9 @@ PHP 8.0 UPGRADE NOTES
. When mysqlnd is not used (which is the default and recommended option),
the minimum supported libmysqlclient version is now 5.1.
+- PGSQL:
+ . The PGSQL extension now required at least libpq 7.4.
+
========================================
10. New Global Constants
========================================