From 037512cfce6048aae3d3900abb12310e66bc97a5 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 18 Dec 2020 12:13:17 +0100 Subject: 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. --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPGRADING') 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. -- cgit v1.2.1