summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 062b82d59c..fc3d283e6e 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -431,6 +431,8 @@ PHP 8.0 UPGRADE NOTES
. 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.
+ . pg_fetch_all() will now return an empty array instead of false for result
+ sets with zero rows.
- Phar:
. Metadata associated with a phar will no longer be automatically unserialized,