summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-08-06 14:30:41 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-09-03 13:29:30 +0200
commit41a4379cb45419a376043ca5f8c5a2bca82cea7c (patch)
tree38229682092ef6422dbcbfb28838c7ffc7d56bf4 /NEWS
parent9c3b7ccda5e3737c779e019eb1468213edaa2e39 (diff)
downloadphp-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8ededb077d..2580bda506 100644
--- a/NEWS
+++ b/NEWS
@@ -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: