Edit report at https://bugs.php.net/bug.php?id=62925&edit=1

 ID:                 62925
 Updated by:         cataphr...@php.net
 Reported by:        larue...@php.net
 Summary:            some issues while --enable-intl
 Status:             Assigned
 Type:               Bug
 Package:            I18N and L10N related
 PHP Version:        Irrelevant
 Assigned To:        cataphract
 Block user comment: N
 Private report:     N

 New Comment:

php-master raises the minimum ICU version to 4.0 (see UPGRADING).

It's possible that ICU 4.0 has some test failures (it's difficult to write 
stable tests because the underlying data changes frequently), but it should at 
least compile.


Previous Comments:
------------------------------------------------------------------------
[2012-08-24 15:19:16] larue...@php.net

btw:
$ icu-config --version
3.6

------------------------------------------------------------------------
[2012-08-24 15:15:56] larue...@php.net

Cataphract, please look at this. thanks

------------------------------------------------------------------------
[2012-08-24 15:15:21] larue...@php.net

Description:
------------
1. php-trunk branch build failed:
 source/trunk/ext/intl/dateformat/dateformat_format_object.cpp -o 
ext/intl/dateformat/dateformat_format_object.o
/home/huixinchen/opensource/trunk/ext/intl/dateformat/dateformat_format_object.c
pp:42: error: ‘kFullRelative’ is not a member of ‘icu_3_6::DateFormat’
/home/huixinchen/opensource/trunk/ext/intl/dateformat/dateformat_format_object.c
pp:43: error: ‘kLongRelative’ is not a member of ‘icu_3_6::DateFormat’
/home/huixinchen/opensource/trunk/ext/intl/dateformat/dateformat_format_object.c
pp:44: error: ‘kMediumRelative’ is not a member of ‘icu_3_6::DateFormat’

2. coding standard:
I am not sure, whether the c99 comment is okey, and no footer in source codes

3. test failed , in 5.4-zts, there are some tests failed

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #62082: Memory corruption in internal get_icu_disp_value_src_php() 
[ext/intl/tests/bug62082.phpt]
Cloning datefmt icu <= 4.2 [ext/intl/tests/dateformat_clone.phpt]
datefmt_get_pattern_code and datefmt_set_pattern_code() icu <= 4.2 
[ext/intl/tests/dateformat_get_set_pattern.phpt]
datefmt_set_timezone_id_code() icu <= 4.2 
[ext/intl/tests/dateformat_set_timezone_id.phpt]
numfmt_format() icu <= 4.2 [ext/intl/tests/formatter_format.phpt]
numfmt_format_currency() icu <= 4.2 
[ext/intl/tests/formatter_format_currency.phpt]
numfmt_get/set_attribute() [ext/intl/tests/formatter_get_set_attribute.phpt]
grapheme() [ext/intl/tests/grapheme.phpt]
=====================================================================

Test script:
---------------
none

Expected result:
----------------
none

Actual result:
--------------
none


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62925&edit=1

Reply via email to