change int to long and fix valgrind warnings

This commit is contained in:
Antony Dovgal 2005-12-17 16:07:47 +00:00
parent 905007669d
commit bfb72e0c08

View File

@ -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