diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-01-08 18:41:53 +0000 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-01-08 18:41:53 +0000 |
commit | 10324891f81ffa155cd563c3a21bebdafc47ad3d (patch) | |
tree | 535a604872bd9785f6a2b4b92d636f4f1d965cb1 /ext/intl/php_intl.h | |
parent | 2651a1fc39813533e8aa6e6afe163d8126c685ca (diff) | |
download | php-git-10324891f81ffa155cd563c3a21bebdafc47ad3d.tar.gz |
- Added the ability for the intl exception to throw exceptions when a global error is set.
Diffstat (limited to 'ext/intl/php_intl.h')
-rwxr-xr-x | ext/intl/php_intl.h | 1 |
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. */ |