diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-12-18 21:28:00 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-12-18 21:28:00 +0000 |
commit | 79848fa88532e2663de9a5866cfb8e47f27f0aee (patch) | |
tree | 16993fd62b64a8e86b6be39cf2f1259aabb5a511 /ext/sqlite/php_sqlite.h | |
parent | 3203957864a8f365b7518bdf3ecd645b41839f8d (diff) | |
download | php-git-79848fa88532e2663de9a5866cfb8e47f27f0aee.tar.gz |
Added sqlite_fetch_column_types() function.
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r-- | ext/sqlite/php_sqlite.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) |