From 79848fa88532e2663de9a5866cfb8e47f27f0aee Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 18 Dec 2003 21:28:00 +0000 Subject: Added sqlite_fetch_column_types() function. --- ext/sqlite/php_sqlite.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/sqlite/php_sqlite.h') diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index 80ceba1435..122c9d6aa9 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -88,6 +88,8 @@ PHP_FUNCTION(sqlite_udf_encode_binary); PHP_FUNCTION(sqlite_factory); +PHP_FUNCTION(sqlite_fetch_column_types); + ZEND_BEGIN_MODULE_GLOBALS(sqlite) int assoc_case; ZEND_END_MODULE_GLOBALS(sqlite) -- cgit v1.2.1