]> granicus.if.org Git - php/commitdiff
Remove sqlite::close()
authorMarcus Boerger <helly@php.net>
Sun, 22 Jun 2003 19:00:44 +0000 (19:00 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 22 Jun 2003 19:00:44 +0000 (19:00 +0000)
ext/sqlite/sqlite.c

index e7b15a8c932e30127f51e41262ceac45cdec8fbe..e83ecb43ee2661c1bf1126f6d150bdd8b1c06b05 100644 (file)
@@ -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)