diff options
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 |