diff options
author | Marcus Boerger <helly@php.net> | 2003-06-04 20:54:48 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-06-04 20:54:48 +0000 |
commit | b70cf4074252a2e524ead2927c8e29ecb2eaa25e (patch) | |
tree | d764afe2e6f8b0b2cfef5e833f8b26edb984e76e /ext/sqlite/php_sqlite.h | |
parent | a8c7c3bc5e93a0de0639bd25965a15375db0d04b (diff) | |
download | php-git-b70cf4074252a2e524ead2927c8e29ecb2eaa25e.tar.gz |
Goodbye namespaces
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r-- | ext/sqlite/php_sqlite.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index e6aae260c3..dd9cd65406 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -47,6 +47,7 @@ PHP_FUNCTION(sqlite_popen); PHP_FUNCTION(sqlite_close); PHP_FUNCTION(sqlite_query); PHP_FUNCTION(sqlite_unbuffered_query); + PHP_FUNCTION(sqlite_fetch_array); PHP_FUNCTION(sqlite_fetch_string); PHP_FUNCTION(sqlite_current); @@ -76,6 +77,8 @@ PHP_FUNCTION(sqlite_error_string); PHP_FUNCTION(sqlite_create_aggregate); PHP_FUNCTION(sqlite_create_function); +PHP_FUNCTION(sqlite_factory); + ZEND_BEGIN_MODULE_GLOBALS(sqlite) int assoc_case; ZEND_END_MODULE_GLOBALS(sqlite) |