summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-12-10 11:21:06 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-12-10 11:23:41 +0100
commite450621f5e0a9490c287c8c71650f8b4d5ebbc2b (patch)
treeb227aa96151efedbb441842074d869e93751c702 /NEWS
parent4922049213f9630b9cfd8fe196ab770d74c5fc57 (diff)
downloadphp-git-e450621f5e0a9490c287c8c71650f8b4d5ebbc2b.tar.gz
Fixed bug #76815
When we receive an error while reading a result set, we should assume that no more result sets are available. libmysqlclient implements the same behavior.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7eeea0c400..20f7da0f02 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,8 @@ PHP NEWS
queries"). (Nikita)
. Fixed bug #71145 (Multiple statements in init command triggers unbuffered
query error). (Nikita)
+ . Fixed bug #76815 (PDOStatement cannot be GCed/closeCursor-ed when a
+ PROCEDURE resultset SIGNAL). (Nikita)
- Phpdbg:
. Fixed bug #76813 (Access violation near NULL on source operand). (cmb)