From a45082e78d710a9f302efaf817400438759f6b23 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 25 Nov 2013 21:59:09 +0100 Subject: fixed ext/intl --- ext/intl/php_intl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/intl/php_intl.h') diff --git a/ext/intl/php_intl.h b/ext/intl/php_intl.h index 7a7112317d..be9317c787 100644 --- a/ext/intl/php_intl.h +++ b/ext/intl/php_intl.h @@ -50,7 +50,7 @@ ZEND_BEGIN_MODULE_GLOBALS(intl) collator_compare_func_t compare_func; UBreakIterator* grapheme_iterator; intl_error g_error; - long error_level; + php_int_t error_level; zend_bool use_exceptions; ZEND_END_MODULE_GLOBALS(intl) -- cgit v1.2.1 From 063079b62e383036dd24cd6465d3db31edf6cb6d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 19 Aug 2014 22:57:17 +0200 Subject: ported ext/intl, bugfixes to go --- ext/intl/php_intl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/intl/php_intl.h') diff --git a/ext/intl/php_intl.h b/ext/intl/php_intl.h index f863f4bd47..1ee496402f 100644 --- a/ext/intl/php_intl.h +++ b/ext/intl/php_intl.h @@ -50,7 +50,7 @@ ZEND_BEGIN_MODULE_GLOBALS(intl) collator_compare_func_t compare_func; UBreakIterator* grapheme_iterator; intl_error g_error; - long error_level; + php_int_t error_level; zend_bool use_exceptions; ZEND_END_MODULE_GLOBALS(intl) -- cgit v1.2.1 From c3e3c98ec666812daaaca896cf5ef758a8a6df14 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 25 Aug 2014 19:24:55 +0200 Subject: master renames phase 1 --- ext/intl/php_intl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/intl/php_intl.h') diff --git a/ext/intl/php_intl.h b/ext/intl/php_intl.h index 1ee496402f..86a75cb335 100644 --- a/ext/intl/php_intl.h +++ b/ext/intl/php_intl.h @@ -50,7 +50,7 @@ ZEND_BEGIN_MODULE_GLOBALS(intl) collator_compare_func_t compare_func; UBreakIterator* grapheme_iterator; intl_error g_error; - php_int_t error_level; + zend_long error_level; zend_bool use_exceptions; ZEND_END_MODULE_GLOBALS(intl) -- cgit v1.2.1