From: Antony Dovgal Date: Sat, 17 Dec 2005 16:08:08 +0000 (+0000) Subject: MFB: int -> long X-Git-Tag: RELEASE_1_0_4~351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a63b1bfd0c85b3125c266b0f5f4bc17764a2182f;p=php MFB: int -> long --- 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