From 10324891f81ffa155cd563c3a21bebdafc47ad3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Sun, 8 Jan 2012 18:41:53 +0000 Subject: - Added the ability for the intl exception to throw exceptions when a global error is set. --- ext/intl/php_intl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/intl/php_intl.h') 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. */ -- cgit v1.2.1