summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-06-09 23:15:29 +0000
committerMarcus Boerger <helly@php.net>2003-06-09 23:15:29 +0000
commit062b9afe4f00c36e0f5c420fa9f115b62182cb06 (patch)
treec79b1dc9a2c9d152d96aaa28d9b7a5e57443271d
parente1652789ea9dbb0a6d8db2f563c43429ee841da1 (diff)
downloadphp-git-062b9afe4f00c36e0f5c420fa9f115b62182cb06.tar.gz
Add sqlite_array_query().
-rw-r--r--ext/sqlite/php_sqlite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h
index 36a5c28002..ec14e69390 100644
--- a/ext/sqlite/php_sqlite.h
+++ b/ext/sqlite/php_sqlite.h
@@ -47,6 +47,8 @@ PHP_FUNCTION(sqlite_popen);
PHP_FUNCTION(sqlite_close);
PHP_FUNCTION(sqlite_query);
PHP_FUNCTION(sqlite_unbuffered_query);
+PHP_FUNCTION(sqlite_array_query);
+
PHP_FUNCTION(sqlite_fetch_array);
PHP_FUNCTION(sqlite_fetch_string);
PHP_FUNCTION(sqlite_fetch_all);