summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-21 17:20:28 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-21 17:22:02 +0200
commit8ff2f2f84b2c0ea33b38f7e98aaa710ce4f3fc91 (patch)
treee92deebd212e1134cfe3d3ad616419d1f26c99a7 /UPGRADING
parentfb4554e431e4f4063917c1a80ad2e929e6768d0b (diff)
downloadphp-git-8ff2f2f84b2c0ea33b38f7e98aaa710ce4f3fc91.tar.gz
Return empty array for no rows in pg_fetch_all()
This makes it line up with pg_fetch_all_columns(), as well as similar functions in other exts, such as mysqli_fetch_all().
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,