From: Marcus Boerger Date: Sun, 22 Jun 2003 19:00:44 +0000 (+0000) Subject: Remove sqlite::close() X-Git-Tag: RELEASE_1_0_2~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d6f63ef716eb80e4e2ac63f328648627d8ed015;p=php Remove sqlite::close() --- diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index e7b15a8c93..e83ecb43ee 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -196,7 +196,7 @@ function_entry sqlite_functions[] = { function_entry sqlite_funcs_db[] = { PHP_ME_MAPPING(sqlite_db, sqlite_open, NULL) - PHP_ME_MAPPING(close, sqlite_close, NULL) +/* PHP_ME_MAPPING(close, sqlite_close, NULL)*/ PHP_ME_MAPPING(query, sqlite_query, NULL) PHP_ME_MAPPING(array_query, sqlite_array_query, NULL) PHP_ME_MAPPING(unbuffered_query, sqlite_unbuffered_query, NULL)