summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
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,