summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-02-23 11:14:51 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-02-23 11:17:31 +0100
commit1fc4c89214c82fabbf997da58051a385d8fe50ab (patch)
tree314c8bacb123e871ce7570f4ab9eee60724c6626 /NEWS
parent8be711be47a9d59574f12c77eca07da13e8993f3 (diff)
downloadphp-git-1fc4c89214c82fabbf997da58051a385d8fe50ab.tar.gz
Fixed bug #80761
When row data split across multiple packets, allocate a temporary buffer that can be reallocated, and only copy into the row buffer pool arena once we know the final size. This avoids quadratic memory usage for very large results.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3caf269956..4ceee93fcd 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,9 @@ PHP NEWS
. Fixed bug #80329 (Add option to specify LOAD DATA LOCAL white list folder
(including libmysql)). (Darek ƚlusarczyk)
+- MySQLnd:
+ . Fixed bug #80761 (PDO uses too much memory). (Nikita)
+
- Opcache:
. Added inheritance cache. (Dmitry)