summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING8
1 files changed, 6 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index f7d0f216e1..87e12f23ab 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -559,6 +559,10 @@ PHP 8.0 UPGRADE NOTES
. enchant_dict_add_to_personal, use enchant_dict_add instead
. enchant_dict_is_in_session, use enchant_dict_is_added instead
+- PGSQL / PDO PGSQL:
+ . The constant PG_VERSION_STR has now the same value as PG_VERSION, and thus
+ is deprecated.
+
- Zip:
. Using empty file as ZipArchive is deprecated. Libzip 1.6.0
do not accept empty files as valid zip archives any longer.
@@ -680,8 +684,8 @@ 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.
+- PGSQL / PDO PGSQL:
+ . The PGSQL and PDO PGSQL extensions now require at least libpq 9.1.
========================================
10. New Global Constants