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 +Status: Closed Type: Bug Package: I18N and L10N related PHP Version: Irrelevant Assigned To: cataphract Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Changed configure in 8831b00 Previous Comments: ------------------------------------------------------------------------ [2012-08-25 01:34:28] larue...@php.net Then I think it should be denied in configure ? ------------------------------------------------------------------------ [2012-08-24 16:54:53] cataphr...@php.net 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. ------------------------------------------------------------------------ [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