From: Antony Dovgal Date: Sat, 17 Dec 2005 16:07:47 +0000 (+0000) Subject: change int to long and fix valgrind warnings X-Git-Tag: php-5.1.2RC1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfb72e0c086611a4418d159a97c2bbae45326c1c;p=php change int to long and fix valgrind warnings --- 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