diff options
author | Andrey Hristov <andrey@php.net> | 2008-04-24 14:04:58 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2008-04-24 14:04:58 +0000 |
commit | 5da78b297bde9402b4e92bd8d5ac7608da46a91d (patch) | |
tree | 5617e8974c9c7b08a09125df953d9095966915cc /ext/mysqli/php_mysqli_structs.h | |
parent | dedb146a691249b72cd583cc3c3f4cb56c4eabd3 (diff) | |
download | php-git-5da78b297bde9402b4e92bd8d5ac7608da46a91d.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 2c527a22f0..a1be651df2 100644 --- a/ext/mysqli/php_mysqli_structs.h +++ b/ext/mysqli/php_mysqli_structs.h @@ -477,6 +477,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); |