summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 73f97611bc..32712a85ca 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ PHP NEWS
- hash:
. Implemented FR #68109 (Add MurmurHash V3). (Anatol, Michael)
+- MySQLi:
+ . Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient). (Nikita)
+
- OpenSSL:
. Bump minimal OpenSSL version to 1.0.2. (Jakub Zelenka)