diff options
author | Andrey Hristov <andrey@php.net> | 2008-04-24 14:22:19 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2008-04-24 14:22:19 +0000 |
commit | f4e659d2af2ba68eb6d9092560eb0247a33fb827 (patch) | |
tree | 0dd088ae74cb248da04cb842b65f00a356f50dbf /ext/mysqli/php_mysqli_structs.h | |
parent | 2667f76d7b7f3fce7bc5a8374632dce5e34cb0b6 (diff) | |
download | php-git-f4e659d2af2ba68eb6d9092560eb0247a33fb827.tar.gz |
Update ext/mysql's and ext/mysqli's tests
Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in
mysqlnd builds as libmysql doesn't support this feature.
Diffstat (limited to 'ext/mysqli/php_mysqli_structs.h')
-rw-r--r-- | ext/mysqli/php_mysqli_structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqli/php_mysqli_structs.h b/ext/mysqli/php_mysqli_structs.h index 5cb16b3c3c..d763806a85 100644 --- a/ext/mysqli/php_mysqli_structs.h +++ b/ext/mysqli/php_mysqli_structs.h @@ -463,6 +463,8 @@ PHP_FUNCTION(mysqli_stmt_get_result); PHP_FUNCTION(mysqli_stmt_get_warnings); PHP_FUNCTION(mysqli_stmt_reset); PHP_FUNCTION(mysqli_stmt_insert_id); +PHP_FUNCTION(mysqli_stmt_more_results); +PHP_FUNCTION(mysqli_stmt_next_result); PHP_FUNCTION(mysqli_stmt_num_rows); PHP_FUNCTION(mysqli_stmt_sqlstate); PHP_FUNCTION(mysqli_stmt_store_result); |