diff options
author | Stanislav Malyshev <stas@php.net> | 2009-07-07 21:25:46 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2009-07-07 21:25:46 +0000 |
commit | e865c0b4ee31ebdb01504f886910579ba9777860 (patch) | |
tree | 10dd1c4c02cd33271ae54c4ed436e67d3000ab0a /ext/intl/php_intl.h | |
parent | 87f9d62861d39b4feaa1ffcbbb5eaa95b3fb71b9 (diff) | |
download | php-git-e865c0b4ee31ebdb01504f886910579ba9777860.tar.gz |
merge errors support
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 92663444e0..61455b6fb7 100755 --- a/ext/intl/php_intl.h +++ b/ext/intl/php_intl.h @@ -45,6 +45,7 @@ ZEND_BEGIN_MODULE_GLOBALS(intl) collator_compare_func_t compare_func; UBreakIterator* grapheme_iterator; intl_error g_error; + long error_level; ZEND_END_MODULE_GLOBALS(intl) /* Macro to access request-wide global variables. */ |