]> granicus.if.org Git - php/commitdiff
MFB: int -> long
authorAntony Dovgal <tony2001@php.net>
Sat, 17 Dec 2005 16:08:08 +0000 (16:08 +0000)
committerAntony Dovgal <tony2001@php.net>
Sat, 17 Dec 2005 16:08:08 +0000 (16:08 +0000)
ext/sqlite/php_sqlite.h

index 4a27d1e6e5e4827f6e0ada1975d316805445b1f3..03cdfca51d8b36cf34c04c8ec067a5597ba30bb5 100644 (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