From bfb72e0c086611a4418d159a97c2bbae45326c1c Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sat, 17 Dec 2005 16:07:47 +0000 Subject: [PATCH] change int to long and fix valgrind warnings --- 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.40.0