From a63b1bfd0c85b3125c266b0f5f4bc17764a2182f Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sat, 17 Dec 2005 16:08:08 +0000 Subject: [PATCH] MFB: int -> long --- ext/sqlite/php_sqlite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index 4a27d1e6e5..03cdfca51d 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -93,7 +93,7 @@ PHP_FUNCTION(sqlite_factory); PHP_FUNCTION(sqlite_fetch_column_types); ZEND_BEGIN_MODULE_GLOBALS(sqlite) - int assoc_case; + long assoc_case; ZEND_END_MODULE_GLOBALS(sqlite) #ifdef ZTS -- 2.50.1