diff options
author | Georg Richter <georg@php.net> | 2003-02-18 08:49:00 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2003-02-18 08:49:00 +0000 |
commit | 500dfcfd62d04937ce73e46c0fb9b5e82da84105 (patch) | |
tree | 96f2996355e217efa14cc8354c0238d3c21b81d6 /ext/mysqli/php_mysqli.h | |
parent | 05d10452bad6826ace8f44b16d3f5927a785b0ed (diff) | |
download | php-git-500dfcfd62d04937ce73e46c0fb9b5e82da84105.tar.gz |
added new function mysqli_stmt_store_result
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r-- | ext/mysqli/php_mysqli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h index 38546ede26..fb34f8f5fd 100644 --- a/ext/mysqli/php_mysqli.h +++ b/ext/mysqli/php_mysqli.h @@ -231,6 +231,7 @@ PHP_FUNCTION(mysqli_stmt_affected_rows); PHP_FUNCTION(mysqli_stmt_close); PHP_FUNCTION(mysqli_stmt_errno); PHP_FUNCTION(mysqli_stmt_error); +PHP_FUNCTION(mysqli_stmt_store_result); PHP_FUNCTION(mysqli_store_result); PHP_FUNCTION(mysqli_thread_id); PHP_FUNCTION(mysqli_thread_safe); |