mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
change int to long and fix valgrind warnings
This commit is contained in:
parent
905007669d
commit
bfb72e0c08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user