diff options
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
| -rw-r--r-- | ext/sqlite/php_sqlite.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index 07afb5266c..27f7778ce3 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -93,7 +93,10 @@ PHP_FUNCTION(sqlite_factory); PHP_FUNCTION(sqlite_fetch_column_types); ZEND_BEGIN_MODULE_GLOBALS(sqlite) - long assoc_case; + long assoc_case; +#ifdef SQLITE_ISO8859 + UConverter *iso8859_conv; +#endif ZEND_END_MODULE_GLOBALS(sqlite) #ifdef ZTS |
