summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-12-18 12:13:17 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-12-18 12:27:30 +0100
commit037512cfce6048aae3d3900abb12310e66bc97a5 (patch)
treefd8e4d8c65e3d245f785305bdc0214ee5dc664f2 /UPGRADING
parentbe93e5a12002057922f5504a752c2a249e27ec8d (diff)
downloadphp-git-037512cfce6048aae3d3900abb12310e66bc97a5.tar.gz
Move fetch_all implementation out of mysqlnd
There doesn't seem to be any compelling reason to implement this in mysqlnd rather than mysqli. It's just a loop over fetch_into. This makes the function available under libmysqlclient as well, and thus fixes bug #79372.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index d2aaa08ac5..6cccf69bf0 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -96,6 +96,10 @@ PHP 8.1 UPGRADE NOTES
9. Other Changes to Extensions
========================================
+- MySQLi:
+ . The mysqli_stmt::next_result() and mysqli::fetch_all() methods are now
+ available when linking against libmysqlclient.
+
- OpenSSL:
. The OpenSSL extension now requires at least OpenSSL version 1.0.2.