summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-09 15:49:05 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-09 15:50:30 +0200
commit9a6c22da7030bd630a7ea00251d1d59fd1197c4f (patch)
tree60e8adc38922ac061dd3d7cce1098c46969bef60 /UPGRADING
parentee9948bc46f2db44791231d8af8307d073f732f1 (diff)
downloadphp-git-9a6c22da7030bd630a7ea00251d1d59fd1197c4f.tar.gz
Remove deprecated pgsql signatures
As the comment indicates, these are deprecated in PHP 4.2...
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 5d9702c948..632c50618f 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -428,6 +428,9 @@ PHP 8.0 UPGRADE NOTES
- pgsql:
. The deprecated pg_connect() syntax using multiple parameters instead of a
connection string is no longer supported.
+ . The deprecated pg_lo_import() and pg_lo_export() signature that passes the
+ connection as the last argument is no longer supported. The connection
+ should be passed as first argument instead.
- Phar:
. Metadata associated with a phar will no longer be automatically unserialized,