From f2d26fc85d4f665415a049f4b591a4f04f011ee5 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 22 Jun 2003 17:19:46 +0000 Subject: Add oo API --- ext/sqlite/php_sqlite.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/sqlite/php_sqlite.h') 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 -- cgit v1.2.1