diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-06 14:30:41 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-09-03 13:29:30 +0200 |
commit | 41a4379cb45419a376043ca5f8c5a2bca82cea7c (patch) | |
tree | 38229682092ef6422dbcbfb28838c7ffc7d56bf4 /NEWS | |
parent | 9c3b7ccda5e3737c779e019eb1468213edaa2e39 (diff) | |
download | php-git-41a4379cb45419a376043ca5f8c5a2bca82cea7c.tar.gz |
Fix #41997: SP call yields additional empty result set
When stored procedures are called, the "final result set is a status
result that includes no result set". Calling `::nextRowset()` on the
actual last result set should return FALSE, since there is actually no
further result set to be processed.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ PHP NEWS - ODBC: . Fixed bug #78473 (odbc_close() closes arbitrary resources). (cmb) +- PDO_MySQL: + . Fixed bug #41997 (SP call yields additional empty result set). (cmb) + 29 Aug 2019, PHP 7.2.22 - Core: |