diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-10 11:21:06 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-10 11:23:41 +0100 |
commit | e450621f5e0a9490c287c8c71650f8b4d5ebbc2b (patch) | |
tree | b227aa96151efedbb441842074d869e93751c702 /NEWS | |
parent | 4922049213f9630b9cfd8fe196ab770d74c5fc57 (diff) | |
download | php-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |