summaryrefslogtreecommitdiff
path: root/ext/sqlite/php_sqlite.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-06-06 19:01:38 +0000
committerMarcus Boerger <helly@php.net>2003-06-06 19:01:38 +0000
commit2013859ec57e141aa5b45db6e04f52aa79dd9e73 (patch)
tree13bb5ac56b2c2e62a74dec3c6fe78f725e29f159 /ext/sqlite/php_sqlite.h
parent0efbd4f9259e1872d7ce7fea088741bc822a7c5e (diff)
downloadphp-git-2013859ec57e141aa5b45db6e04f52aa79dd9e73.tar.gz
Update
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r--ext/sqlite/php_sqlite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h
index 4755d53ef8..36a5c28002 100644
--- a/ext/sqlite/php_sqlite.h
+++ b/ext/sqlite/php_sqlite.h
@@ -49,6 +49,7 @@ PHP_FUNCTION(sqlite_query);
PHP_FUNCTION(sqlite_unbuffered_query);
PHP_FUNCTION(sqlite_fetch_array);
PHP_FUNCTION(sqlite_fetch_string);
+PHP_FUNCTION(sqlite_fetch_all);
PHP_FUNCTION(sqlite_current);
PHP_FUNCTION(sqlite_column);