]> granicus.if.org Git - php/commit
Merge intl extension to HEAD
authorStanislav Malyshev <stas@php.net>
Mon, 7 Jul 2008 23:42:30 +0000 (23:42 +0000)
committerStanislav Malyshev <stas@php.net>
Mon, 7 Jul 2008 23:42:30 +0000 (23:42 +0000)
commit3e74c7848d8dae0ae83aa4205cd99f56c4e1e698
tree7a9976ff904fdf4aff401e89c187566b4045fb81
parent5632fc1dea06441bcc992fb41febe4a443a2bf21
Merge intl extension to HEAD
# do not use yet in HEAD, needs some adjustment
171 files changed:
ext/intl/CREDITS [new file with mode: 0755]
ext/intl/TODO [new file with mode: 0755]
ext/intl/collator/collator.c [new file with mode: 0755]
ext/intl/collator/collator.h [new file with mode: 0755]
ext/intl/collator/collator_attr.c [new file with mode: 0755]
ext/intl/collator/collator_attr.h [new file with mode: 0755]
ext/intl/collator/collator_class.c [new file with mode: 0755]
ext/intl/collator/collator_class.h [new file with mode: 0755]
ext/intl/collator/collator_compare.c [new file with mode: 0755]
ext/intl/collator/collator_compare.h [new file with mode: 0755]
ext/intl/collator/collator_convert.c [new file with mode: 0755]
ext/intl/collator/collator_convert.h [new file with mode: 0755]
ext/intl/collator/collator_create.c [new file with mode: 0755]
ext/intl/collator/collator_create.h [new file with mode: 0755]
ext/intl/collator/collator_error.c [new file with mode: 0755]
ext/intl/collator/collator_error.h [new file with mode: 0755]
ext/intl/collator/collator_is_numeric.c [new file with mode: 0755]
ext/intl/collator/collator_is_numeric.h [new file with mode: 0755]
ext/intl/collator/collator_locale.c [new file with mode: 0755]
ext/intl/collator/collator_locale.h [new file with mode: 0755]
ext/intl/collator/collator_sort.c [new file with mode: 0755]
ext/intl/collator/collator_sort.h [new file with mode: 0755]
ext/intl/common/common_error.c [new file with mode: 0755]
ext/intl/common/common_error.h [new file with mode: 0755]
ext/intl/config.m4 [new file with mode: 0755]
ext/intl/config.w32 [new file with mode: 0755]
ext/intl/dateformat/dateformat.c [new file with mode: 0755]
ext/intl/dateformat/dateformat.h [new file with mode: 0755]
ext/intl/dateformat/dateformat_attr.c [new file with mode: 0755]
ext/intl/dateformat/dateformat_attr.h [new file with mode: 0755]
ext/intl/dateformat/dateformat_class.c [new file with mode: 0755]
ext/intl/dateformat/dateformat_class.h [new file with mode: 0755]
ext/intl/dateformat/dateformat_data.c [new file with mode: 0755]
ext/intl/dateformat/dateformat_data.h [new file with mode: 0755]
ext/intl/dateformat/dateformat_format.c [new file with mode: 0755]
ext/intl/dateformat/dateformat_format.h [new file with mode: 0755]
ext/intl/dateformat/dateformat_parse.c [new file with mode: 0755]
ext/intl/dateformat/dateformat_parse.h [new file with mode: 0755]
ext/intl/doc/Tutorial.txt [new file with mode: 0755]
ext/intl/doc/collator_api.php [new file with mode: 0755]
ext/intl/doc/common_api.php [new file with mode: 0755]
ext/intl/doc/datefmt_api.php [new file with mode: 0755]
ext/intl/doc/formatter_api.php [new file with mode: 0755]
ext/intl/doc/grapheme_api.php [new file with mode: 0755]
ext/intl/doc/locale_api.php [new file with mode: 0755]
ext/intl/doc/msgfmt_api.php [new file with mode: 0755]
ext/intl/doc/normalizer_api.php [new file with mode: 0755]
ext/intl/formatter/formatter.c [new file with mode: 0755]
ext/intl/formatter/formatter.h [new file with mode: 0755]
ext/intl/formatter/formatter_attr.c [new file with mode: 0755]
ext/intl/formatter/formatter_attr.h [new file with mode: 0755]
ext/intl/formatter/formatter_class.c [new file with mode: 0755]
ext/intl/formatter/formatter_class.h [new file with mode: 0755]
ext/intl/formatter/formatter_data.c [new file with mode: 0755]
ext/intl/formatter/formatter_data.h [new file with mode: 0755]
ext/intl/formatter/formatter_format.c [new file with mode: 0755]
ext/intl/formatter/formatter_format.h [new file with mode: 0755]
ext/intl/formatter/formatter_main.c [new file with mode: 0755]
ext/intl/formatter/formatter_main.c.orig [new file with mode: 0755]
ext/intl/formatter/formatter_main.h [new file with mode: 0755]
ext/intl/formatter/formatter_parse.c [new file with mode: 0755]
ext/intl/formatter/formatter_parse.h [new file with mode: 0755]
ext/intl/grapheme/grapheme.h [new file with mode: 0755]
ext/intl/grapheme/grapheme_string.c [new file with mode: 0755]
ext/intl/grapheme/grapheme_util.c [new file with mode: 0755]
ext/intl/grapheme/grapheme_util.h [new file with mode: 0755]
ext/intl/intl_common.h [new file with mode: 0755]
ext/intl/intl_convert.c [new file with mode: 0755]
ext/intl/intl_convert.h [new file with mode: 0755]
ext/intl/intl_data.h [new file with mode: 0755]
ext/intl/intl_error.c [new file with mode: 0755]
ext/intl/intl_error.h [new file with mode: 0755]
ext/intl/locale/locale.c [new file with mode: 0755]
ext/intl/locale/locale.h [new file with mode: 0755]
ext/intl/locale/locale_class.c [new file with mode: 0755]
ext/intl/locale/locale_class.h [new file with mode: 0755]
ext/intl/locale/locale_methods.c [new file with mode: 0755]
ext/intl/locale/locale_methods.h [new file with mode: 0755]
ext/intl/msgformat/msgformat.c [new file with mode: 0755]
ext/intl/msgformat/msgformat.h [new file with mode: 0755]
ext/intl/msgformat/msgformat_attr.c [new file with mode: 0755]
ext/intl/msgformat/msgformat_attr.h [new file with mode: 0755]
ext/intl/msgformat/msgformat_class.c [new file with mode: 0755]
ext/intl/msgformat/msgformat_class.h [new file with mode: 0755]
ext/intl/msgformat/msgformat_data.c [new file with mode: 0755]
ext/intl/msgformat/msgformat_data.h [new file with mode: 0755]
ext/intl/msgformat/msgformat_format.c [new file with mode: 0755]
ext/intl/msgformat/msgformat_format.h [new file with mode: 0755]
ext/intl/msgformat/msgformat_helpers.cpp [new file with mode: 0755]
ext/intl/msgformat/msgformat_helpers.h [new file with mode: 0755]
ext/intl/msgformat/msgformat_parse.c [new file with mode: 0755]
ext/intl/msgformat/msgformat_parse.h [new file with mode: 0755]
ext/intl/normalizer/normalizer.c [new file with mode: 0755]
ext/intl/normalizer/normalizer.h [new file with mode: 0755]
ext/intl/normalizer/normalizer_class.c [new file with mode: 0755]
ext/intl/normalizer/normalizer_class.h [new file with mode: 0755]
ext/intl/normalizer/normalizer_normalize.c [new file with mode: 0755]
ext/intl/normalizer/normalizer_normalize.h [new file with mode: 0755]
ext/intl/php_intl.c [new file with mode: 0755]
ext/intl/php_intl.h [new file with mode: 0755]
ext/intl/tests/bug12887.phpt [new file with mode: 0755]
ext/intl/tests/collation_customization.phpt [new file with mode: 0755]
ext/intl/tests/collator_asort.phpt [new file with mode: 0755]
ext/intl/tests/collator_compare.phpt [new file with mode: 0755]
ext/intl/tests/collator_create.phpt [new file with mode: 0755]
ext/intl/tests/collator_get_error_code.phpt [new file with mode: 0755]
ext/intl/tests/collator_get_error_message.phpt [new file with mode: 0755]
ext/intl/tests/collator_get_locale.phpt [new file with mode: 0755]
ext/intl/tests/collator_get_set_attribute.phpt [new file with mode: 0755]
ext/intl/tests/collator_get_set_strength.phpt [new file with mode: 0755]
ext/intl/tests/collator_sort.phpt [new file with mode: 0755]
ext/intl/tests/collator_sort_with_sort_keys.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_format.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_format_parse.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_get_datetype.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_get_locale.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_get_set_calendar.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_get_set_pattern.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_get_timetype.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_get_timezone_id.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_is_set_lenient.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_localtime.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_parse.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_parse_localtime_parsepos.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt [new file with mode: 0755]
ext/intl/tests/dateformat_set_timezone_id.phpt [new file with mode: 0755]
ext/intl/tests/formatter_fail.phpt [new file with mode: 0755]
ext/intl/tests/formatter_format.phpt [new file with mode: 0755]
ext/intl/tests/formatter_format_conv.phpt [new file with mode: 0755]
ext/intl/tests/formatter_format_currency.phpt [new file with mode: 0755]
ext/intl/tests/formatter_get_error.phpt [new file with mode: 0755]
ext/intl/tests/formatter_get_locale.phpt [new file with mode: 0755]
ext/intl/tests/formatter_get_set_attribute.phpt [new file with mode: 0755]
ext/intl/tests/formatter_get_set_pattern.phpt [new file with mode: 0755]
ext/intl/tests/formatter_get_set_symbol.phpt [new file with mode: 0755]
ext/intl/tests/formatter_get_set_text_attribute.phpt [new file with mode: 0755]
ext/intl/tests/formatter_parse.phpt [new file with mode: 0755]
ext/intl/tests/formatter_parse_currency.phpt [new file with mode: 0755]
ext/intl/tests/grapheme.phpt [new file with mode: 0755]
ext/intl/tests/intl_error_name.phpt [new file with mode: 0755]
ext/intl/tests/intl_get_error_code.phpt [new file with mode: 0755]
ext/intl/tests/intl_get_error_message.phpt [new file with mode: 0755]
ext/intl/tests/intl_is_failure.phpt [new file with mode: 0755]
ext/intl/tests/locale_compose_locale.phpt [new file with mode: 0755]
ext/intl/tests/locale_filter_matches.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_all_variants.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_default.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_display_language.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_display_name.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_display_region.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_display_script.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_display_variant.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_keywords.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_primary_language.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_region.phpt [new file with mode: 0755]
ext/intl/tests/locale_get_script.phpt [new file with mode: 0755]
ext/intl/tests/locale_lookup.phpt [new file with mode: 0755]
ext/intl/tests/locale_parse_locale.phpt [new file with mode: 0755]
ext/intl/tests/locale_set_default.phpt [new file with mode: 0755]
ext/intl/tests/msgfmt_fail.phpt [new file with mode: 0755]
ext/intl/tests/msgfmt_format.phpt [new file with mode: 0755]
ext/intl/tests/msgfmt_get_error.phpt [new file with mode: 0755]
ext/intl/tests/msgfmt_get_locale.phpt [new file with mode: 0755]
ext/intl/tests/msgfmt_get_set_pattern.phpt [new file with mode: 0755]
ext/intl/tests/msgfmt_parse.phpt [new file with mode: 0755]
ext/intl/tests/normalizer_normalize.phpt [new file with mode: 0755]
ext/intl/tests/regression_sort_and_cow.phpt [new file with mode: 0755]
ext/intl/tests/regression_sort_eq.phpt [new file with mode: 0755]
ext/intl/tests/regression_sortwsk_and_cow.phpt [new file with mode: 0755]
ext/intl/tests/regression_sortwsk_eq.phpt [new file with mode: 0755]
ext/intl/tests/ut_common.inc [new file with mode: 0755]