diff options
author | Marcus Boerger <helly@php.net> | 2003-06-22 17:19:46 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-06-22 17:19:46 +0000 |
commit | f2d26fc85d4f665415a049f4b591a4f04f011ee5 (patch) | |
tree | 3e79c0a007f51b5f89eba0f2d0742f443f093eea /ext/sqlite/php_sqlite.h | |
parent | 77f11b9f455edda8890c05344f389866ef8d69e0 (diff) | |
download | php-git-f2d26fc85d4f665415a049f4b591a4f04f011ee5.tar.gz |
Add oo API
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r-- | ext/sqlite/php_sqlite.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index 3f937e4656..ea1aa45389 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -81,8 +81,10 @@ PHP_FUNCTION(sqlite_create_function); PHP_FUNCTION(sqlite_udf_decode_binary); PHP_FUNCTION(sqlite_udf_encode_binary); +PHP_FUNCTION(sqlite_factory); + ZEND_BEGIN_MODULE_GLOBALS(sqlite) - long assoc_case; + int assoc_case; ZEND_END_MODULE_GLOBALS(sqlite) #ifdef ZTS |