summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli.h
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2003-02-18 08:49:00 +0000
committerGeorg Richter <georg@php.net>2003-02-18 08:49:00 +0000
commit500dfcfd62d04937ce73e46c0fb9b5e82da84105 (patch)
tree96f2996355e217efa14cc8354c0238d3c21b81d6 /ext/mysqli/php_mysqli.h
parent05d10452bad6826ace8f44b16d3f5927a785b0ed (diff)
downloadphp-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.h1
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);