diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-09 11:13:48 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-09 11:13:48 +0100 |
commit | 18517e7a635e68969ed926f159bb66fb89d5cd3b (patch) | |
tree | e0ac58efc2a5c01aa78270941c8a88bc415c452a /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | 9c0712d2cd9f4eab05c0ff73e054a646cd070188 (diff) | |
download | php-git-18517e7a635e68969ed926f159bb66fb89d5cd3b.tar.gz |
Fix stmt_free_result implementation and usage
Two bugs both affecting the bug_pecl_7976.phpt test ("works with
mysqlnd" haha):
* We should not change the connection state in stmt_free_result.
This makes mysql_stmt_free_result usable under mysqlnd and
not just libmysqlclient.
* If we call mysql_stmt_free_result, we still need to consume
any outstanding result sets.
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
0 files changed, 0 insertions, 0 deletions