diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-09-03 13:32:40 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-09-03 13:33:15 +0200 |
commit | fd7309d194734cd5b7dfbcbc877018212eef035d (patch) | |
tree | 707c091265b5eb9f58593c95366aa7f611d4a85c /ext/pdo_mysql/tests/bug_41997.phpt | |
parent | 5dc37cc306717998cf9f4bc8283a735d34c66cef (diff) | |
parent | b90cd91eba12b99ec095b4e315b6baafdfa2ea21 (diff) | |
download | php-git-fd7309d194734cd5b7dfbcbc877018212eef035d.tar.gz |
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Fix #41997: SP call yields additional empty result set
Diffstat (limited to 'ext/pdo_mysql/tests/bug_41997.phpt')
-rw-r--r-- | ext/pdo_mysql/tests/bug_41997.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_mysql/tests/bug_41997.phpt b/ext/pdo_mysql/tests/bug_41997.phpt index 9d06a2f14b..29c5bf4f7c 100644 --- a/ext/pdo_mysql/tests/bug_41997.phpt +++ b/ext/pdo_mysql/tests/bug_41997.phpt @@ -1,7 +1,5 @@ --TEST-- PDO MySQL Bug #41997 (stored procedure call returning single rowset blocks future queries) ---XFAIL-- -nextRowset() problem with stored proc & emulation mode & mysqlnd --SKIPIF-- <?php require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc'); |