summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-09 12:31:00 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-09 12:31:00 +0200
commit3ab88831ae46078a5ffeba50b9cf66386ae0db6a (patch)
tree79397984d14e43656fe43579322af7545d00ab95 /UPGRADING
parentd37d2228353ff152245efde193f1fde0857ecaea (diff)
downloadphp-git-3ab88831ae46078a5ffeba50b9cf66386ae0db6a.tar.gz
Remove deprecated multi-parameter form of pg_connect()
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index f98ae50d1b..5d9702c948 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -425,6 +425,10 @@ PHP 8.0 UPGRADE NOTES
- PDO_ODBC:
. The php.ini directive pdo_odbc.db2_instance_name has been removed
+- pgsql:
+ . The deprecated pg_connect() syntax using multiple parameters instead of a
+ connection string is no longer supported.
+
- Phar:
. Metadata associated with a phar will no longer be automatically unserialized,
to fix potential security vulnerabilities due to object instantiation, autoloading, etc.