summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/php_intl.h')
-rwxr-xr-xext/intl/php_intl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/php_intl.h b/ext/intl/php_intl.h
index 4ede069e2a..38f61ad8ac 100755
--- a/ext/intl/php_intl.h
+++ b/ext/intl/php_intl.h
@@ -46,6 +46,7 @@ ZEND_BEGIN_MODULE_GLOBALS(intl)
UBreakIterator* grapheme_iterator;
intl_error g_error;
long error_level;
+ zend_bool use_exceptions;
ZEND_END_MODULE_GLOBALS(intl)
/* Macro to access request-wide global variables. */