]> granicus.if.org Git - php/commitdiff
Add sqlite_array_query().
authorMarcus Boerger <helly@php.net>
Mon, 9 Jun 2003 23:15:29 +0000 (23:15 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 9 Jun 2003 23:15:29 +0000 (23:15 +0000)
ext/sqlite/php_sqlite.h

index 36a5c28002c288bc5efa52d545b8c18729f427fa..ec14e693909de008d6be049034ad30f0f0ea4c09 100644 (file)
@@ -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);