stas Mon Jul 7 22:51:05 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/intl .cvsignore CREDITS TODO config.m4 config.w32
intl_common.h intl_convert.c intl_convert.h
intl_data.h intl_error.c intl_error.h php_intl.c
php_intl.h
/php-src/ext/intl/collator .cvsignore collator.c collator.h
collator_attr.c collator_attr.h
collator_class.c collator_class.h
collator_compare.c collator_compare.h
collator_convert.c collator_convert.h
collator_create.c collator_create.h
collator_error.c collator_error.h
collator_is_numeric.c
collator_is_numeric.h collator_locale.c
collator_locale.h collator_sort.c
collator_sort.h
/php-src/ext/intl/common .cvsignore common_error.c common_error.h
/php-src/ext/intl/doc Tutorial.txt collator_api.php common_api.php
datefmt_api.php formatter_api.php
grapheme_api.php locale_api.php
msgfmt_api.php normalizer_api.php
/php-src/ext/intl/formatter .cvsignore formatter.c formatter.h
formatter_attr.c formatter_attr.h
formatter_class.c formatter_class.h
formatter_data.c formatter_data.h
formatter_format.c formatter_format.h
formatter_main.c formatter_main.h
formatter_parse.c formatter_parse.h
/php-src/ext/intl/grapheme .cvsignore grapheme.h grapheme_string.c
grapheme_util.c grapheme_util.h
/php-src/ext/intl/locale .cvsignore locale.c locale.h
locale_class.c locale_class.h
locale_methods.c locale_methods.h
/php-src/ext/intl/msgformat .cvsignore msgformat.c msgformat.h
msgformat_attr.c msgformat_attr.h
msgformat_class.c msgformat_class.h
msgformat_data.c msgformat_data.h
msgformat_format.c msgformat_format.h
msgformat_helpers.cpp
msgformat_helpers.h msgformat_parse.c
msgformat_parse.h
/php-src/ext/intl/normalizer .cvsignore normalizer.c normalizer.h
normalizer_class.c normalizer_class.h
normalizer_normalize.c
normalizer_normalize.h
/php-src/ext/intl/tests .cvsignore bug12887.phpt
collation_customization.phpt
collator_asort.phpt collator_compare.phpt
collator_create.phpt
collator_get_error_code.phpt
collator_get_error_message.phpt
collator_get_locale.phpt
collator_get_set_attribute.phpt
collator_get_set_strength.phpt
collator_sort.phpt
collator_sort_with_sort_keys.phpt
dateformat_format.phpt
dateformat_format_parse.phpt
dateformat_get_datetype.phpt
dateformat_get_locale.phpt
dateformat_get_set_calendar.phpt
dateformat_get_set_pattern.phpt
dateformat_get_timetype.phpt
dateformat_get_timezone_id.phpt
dateformat_is_set_lenient.phpt
dateformat_localtime.phpt
dateformat_parse.phpt
dateformat_parse_localtime_parsepos.phpt
dateformat_parse_timestamp_parsepos.phpt
dateformat_set_timezone_id.phpt
formatter_fail.phpt formatter_format.phpt
formatter_format_conv.phpt
formatter_format_currency.phpt
formatter_get_error.phpt
formatter_get_locale.phpt
formatter_get_set_attribute.phpt
formatter_get_set_pattern.phpt
formatter_get_set_symbol.phpt
formatter_get_set_text_attribute.phpt
formatter_parse.phpt
formatter_parse_currency.phpt grapheme.phpt
intl_error_name.phpt
intl_get_error_code.phpt
intl_get_error_message.phpt
intl_is_failure.phpt
locale_compose_locale.phpt
locale_filter_matches.phpt
locale_get_all_variants.phpt
locale_get_default.phpt
locale_get_display_language.phpt
locale_get_display_name.phpt
locale_get_display_region.phpt
locale_get_display_script.phpt
locale_get_display_variant.phpt
locale_get_keywords.phpt
locale_get_primary_language.phpt
locale_get_region.phpt
locale_get_script.phpt locale_lookup.phpt
locale_parse_locale.phpt
locale_set_default.phpt msgfmt_fail.phpt
msgfmt_format.phpt msgfmt_get_error.phpt
msgfmt_get_locale.phpt
msgfmt_get_set_pattern.phpt
msgfmt_parse.phpt normalizer_normalize.phpt
regression_sort_and_cow.phpt
regression_sort_eq.phpt
regression_sortwsk_and_cow.phpt
regression_sortwsk_eq.phpt ut_common.inc
Log:
Merge intl extension into core
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/intl/.cvsignore
+++ php-src/ext/intl/.cvsignore
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/config.m4?view=markup&rev=1.1
Index: php-src/ext/intl/config.m4
+++ php-src/ext/intl/config.m4
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/config.w32?view=markup&rev=1.1
Index: php-src/ext/intl/config.w32
+++ php-src/ext/intl/config.w32
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/intl_common.h?view=markup&rev=1.1
Index: php-src/ext/intl/intl_common.h
+++ php-src/ext/intl/intl_common.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/intl_convert.c?view=markup&rev=1.1
Index: php-src/ext/intl/intl_convert.c
+++ php-src/ext/intl/intl_convert.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/intl_convert.h?view=markup&rev=1.1
Index: php-src/ext/intl/intl_convert.h
+++ php-src/ext/intl/intl_convert.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/intl_data.h?view=markup&rev=1.1
Index: php-src/ext/intl/intl_data.h
+++ php-src/ext/intl/intl_data.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/intl_error.c?view=markup&rev=1.1
Index: php-src/ext/intl/intl_error.c
+++ php-src/ext/intl/intl_error.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/intl_error.h?view=markup&rev=1.1
Index: php-src/ext/intl/intl_error.h
+++ php-src/ext/intl/intl_error.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/php_intl.c?view=markup&rev=1.1
Index: php-src/ext/intl/php_intl.c
+++ php-src/ext/intl/php_intl.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/php_intl.h?view=markup&rev=1.1
Index: php-src/ext/intl/php_intl.h
+++ php-src/ext/intl/php_intl.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/intl/collator/.cvsignore
+++ php-src/ext/intl/collator/.cvsignore
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator.c?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator.c
+++ php-src/ext/intl/collator/collator.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator.h?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator.h
+++ php-src/ext/intl/collator/collator.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_attr.c?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_attr.c
+++ php-src/ext/intl/collator/collator_attr.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_attr.h?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_attr.h
+++ php-src/ext/intl/collator/collator_attr.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_class.c?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_class.c
+++ php-src/ext/intl/collator/collator_class.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_class.h?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_class.h
+++ php-src/ext/intl/collator/collator_class.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_compare.c?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_compare.c
+++ php-src/ext/intl/collator/collator_compare.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_compare.h?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_compare.h
+++ php-src/ext/intl/collator/collator_compare.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_convert.c?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_convert.c
+++ php-src/ext/intl/collator/collator_convert.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_convert.h?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_convert.h
+++ php-src/ext/intl/collator/collator_convert.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_create.c?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_create.c
+++ php-src/ext/intl/collator/collator_create.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_create.h?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_create.h
+++ php-src/ext/intl/collator/collator_create.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_error.c?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_error.c
+++ php-src/ext/intl/collator/collator_error.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_error.h?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_error.h
+++ php-src/ext/intl/collator/collator_error.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_is_numeric.c?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_is_numeric.c
+++ php-src/ext/intl/collator/collator_is_numeric.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_is_numeric.h?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_is_numeric.h
+++ php-src/ext/intl/collator/collator_is_numeric.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_locale.c?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_locale.c
+++ php-src/ext/intl/collator/collator_locale.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_locale.h?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_locale.h
+++ php-src/ext/intl/collator/collator_locale.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_sort.c?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_sort.c
+++ php-src/ext/intl/collator/collator_sort.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/collator/collator_sort.h?view=markup&rev=1.1
Index: php-src/ext/intl/collator/collator_sort.h
+++ php-src/ext/intl/collator/collator_sort.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/common/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/intl/common/.cvsignore
+++ php-src/ext/intl/common/.cvsignore
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/common/common_error.c?view=markup&rev=1.1
Index: php-src/ext/intl/common/common_error.c
+++ php-src/ext/intl/common/common_error.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/common/common_error.h?view=markup&rev=1.1
Index: php-src/ext/intl/common/common_error.h
+++ php-src/ext/intl/common/common_error.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/doc/Tutorial.txt?view=markup&rev=1.1
Index: php-src/ext/intl/doc/Tutorial.txt
+++ php-src/ext/intl/doc/Tutorial.txt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/doc/collator_api.php?view=markup&rev=1.1
Index: php-src/ext/intl/doc/collator_api.php
+++ php-src/ext/intl/doc/collator_api.php
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/doc/common_api.php?view=markup&rev=1.1
Index: php-src/ext/intl/doc/common_api.php
+++ php-src/ext/intl/doc/common_api.php
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/doc/datefmt_api.php?view=markup&rev=1.1
Index: php-src/ext/intl/doc/datefmt_api.php
+++ php-src/ext/intl/doc/datefmt_api.php
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/doc/formatter_api.php?view=markup&rev=1.1
Index: php-src/ext/intl/doc/formatter_api.php
+++ php-src/ext/intl/doc/formatter_api.php
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/doc/grapheme_api.php?view=markup&rev=1.1
Index: php-src/ext/intl/doc/grapheme_api.php
+++ php-src/ext/intl/doc/grapheme_api.php
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/doc/locale_api.php?view=markup&rev=1.1
Index: php-src/ext/intl/doc/locale_api.php
+++ php-src/ext/intl/doc/locale_api.php
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/doc/msgfmt_api.php?view=markup&rev=1.1
Index: php-src/ext/intl/doc/msgfmt_api.php
+++ php-src/ext/intl/doc/msgfmt_api.php
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/doc/normalizer_api.php?view=markup&rev=1.1
Index: php-src/ext/intl/doc/normalizer_api.php
+++ php-src/ext/intl/doc/normalizer_api.php
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/.cvsignore
+++ php-src/ext/intl/formatter/.cvsignore
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter.c?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter.c
+++ php-src/ext/intl/formatter/formatter.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter.h?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter.h
+++ php-src/ext/intl/formatter/formatter.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_attr.c?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_attr.c
+++ php-src/ext/intl/formatter/formatter_attr.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_attr.h?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_attr.h
+++ php-src/ext/intl/formatter/formatter_attr.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_class.c?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_class.c
+++ php-src/ext/intl/formatter/formatter_class.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_class.h?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_class.h
+++ php-src/ext/intl/formatter/formatter_class.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_data.c?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_data.c
+++ php-src/ext/intl/formatter/formatter_data.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_data.h?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_data.h
+++ php-src/ext/intl/formatter/formatter_data.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_format.c?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_format.c
+++ php-src/ext/intl/formatter/formatter_format.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_format.h?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_format.h
+++ php-src/ext/intl/formatter/formatter_format.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_main.c?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_main.c
+++ php-src/ext/intl/formatter/formatter_main.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_main.h?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_main.h
+++ php-src/ext/intl/formatter/formatter_main.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_parse.c?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_parse.c
+++ php-src/ext/intl/formatter/formatter_parse.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/formatter/formatter_parse.h?view=markup&rev=1.1
Index: php-src/ext/intl/formatter/formatter_parse.h
+++ php-src/ext/intl/formatter/formatter_parse.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/grapheme/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/intl/grapheme/.cvsignore
+++ php-src/ext/intl/grapheme/.cvsignore
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/grapheme/grapheme.h?view=markup&rev=1.1
Index: php-src/ext/intl/grapheme/grapheme.h
+++ php-src/ext/intl/grapheme/grapheme.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/grapheme/grapheme_string.c?view=markup&rev=1.1
Index: php-src/ext/intl/grapheme/grapheme_string.c
+++ php-src/ext/intl/grapheme/grapheme_string.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/grapheme/grapheme_util.c?view=markup&rev=1.1
Index: php-src/ext/intl/grapheme/grapheme_util.c
+++ php-src/ext/intl/grapheme/grapheme_util.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/grapheme/grapheme_util.h?view=markup&rev=1.1
Index: php-src/ext/intl/grapheme/grapheme_util.h
+++ php-src/ext/intl/grapheme/grapheme_util.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/intl/locale/.cvsignore
+++ php-src/ext/intl/locale/.cvsignore
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/locale.c?view=markup&rev=1.1
Index: php-src/ext/intl/locale/locale.c
+++ php-src/ext/intl/locale/locale.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/locale.h?view=markup&rev=1.1
Index: php-src/ext/intl/locale/locale.h
+++ php-src/ext/intl/locale/locale.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/locale_class.c?view=markup&rev=1.1
Index: php-src/ext/intl/locale/locale_class.c
+++ php-src/ext/intl/locale/locale_class.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/locale_class.h?view=markup&rev=1.1
Index: php-src/ext/intl/locale/locale_class.h
+++ php-src/ext/intl/locale/locale_class.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/locale_methods.c?view=markup&rev=1.1
Index: php-src/ext/intl/locale/locale_methods.c
+++ php-src/ext/intl/locale/locale_methods.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/locale_methods.h?view=markup&rev=1.1
Index: php-src/ext/intl/locale/locale_methods.h
+++ php-src/ext/intl/locale/locale_methods.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/.cvsignore
+++ php-src/ext/intl/msgformat/.cvsignore
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat.c?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat.c
+++ php-src/ext/intl/msgformat/msgformat.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat.h?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat.h
+++ php-src/ext/intl/msgformat/msgformat.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_attr.c?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_attr.c
+++ php-src/ext/intl/msgformat/msgformat_attr.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_attr.h?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_attr.h
+++ php-src/ext/intl/msgformat/msgformat_attr.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_class.c?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_class.c
+++ php-src/ext/intl/msgformat/msgformat_class.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_class.h?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_class.h
+++ php-src/ext/intl/msgformat/msgformat_class.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_data.c?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_data.c
+++ php-src/ext/intl/msgformat/msgformat_data.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_data.h?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_data.h
+++ php-src/ext/intl/msgformat/msgformat_data.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_format.c?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_format.c
+++ php-src/ext/intl/msgformat/msgformat_format.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_format.h?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_format.h
+++ php-src/ext/intl/msgformat/msgformat_format.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_helpers.cpp?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_helpers.cpp
+++ php-src/ext/intl/msgformat/msgformat_helpers.cpp
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_helpers.h?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_helpers.h
+++ php-src/ext/intl/msgformat/msgformat_helpers.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_parse.c?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_parse.c
+++ php-src/ext/intl/msgformat/msgformat_parse.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_parse.h?view=markup&rev=1.1
Index: php-src/ext/intl/msgformat/msgformat_parse.h
+++ php-src/ext/intl/msgformat/msgformat_parse.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/normalizer/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/intl/normalizer/.cvsignore
+++ php-src/ext/intl/normalizer/.cvsignore
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/normalizer/normalizer.c?view=markup&rev=1.1
Index: php-src/ext/intl/normalizer/normalizer.c
+++ php-src/ext/intl/normalizer/normalizer.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/normalizer/normalizer.h?view=markup&rev=1.1
Index: php-src/ext/intl/normalizer/normalizer.h
+++ php-src/ext/intl/normalizer/normalizer.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/normalizer/normalizer_class.c?view=markup&rev=1.1
Index: php-src/ext/intl/normalizer/normalizer_class.c
+++ php-src/ext/intl/normalizer/normalizer_class.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/normalizer/normalizer_class.h?view=markup&rev=1.1
Index: php-src/ext/intl/normalizer/normalizer_class.h
+++ php-src/ext/intl/normalizer/normalizer_class.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/normalizer/normalizer_normalize.c?view=markup&rev=1.1
Index: php-src/ext/intl/normalizer/normalizer_normalize.c
+++ php-src/ext/intl/normalizer/normalizer_normalize.c
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/normalizer/normalizer_normalize.h?view=markup&rev=1.1
Index: php-src/ext/intl/normalizer/normalizer_normalize.h
+++ php-src/ext/intl/normalizer/normalizer_normalize.h
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/intl/tests/.cvsignore
+++ php-src/ext/intl/tests/.cvsignore
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/bug12887.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/bug12887.phpt
+++ php-src/ext/intl/tests/bug12887.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collation_customization.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collation_customization.phpt
+++ php-src/ext/intl/tests/collation_customization.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collator_asort.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collator_asort.phpt
+++ php-src/ext/intl/tests/collator_asort.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collator_compare.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collator_compare.phpt
+++ php-src/ext/intl/tests/collator_compare.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collator_create.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collator_create.phpt
+++ php-src/ext/intl/tests/collator_create.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collator_get_error_code.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collator_get_error_code.phpt
+++ php-src/ext/intl/tests/collator_get_error_code.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collator_get_error_message.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collator_get_error_message.phpt
+++ php-src/ext/intl/tests/collator_get_error_message.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collator_get_locale.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collator_get_locale.phpt
+++ php-src/ext/intl/tests/collator_get_locale.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collator_get_set_attribute.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collator_get_set_attribute.phpt
+++ php-src/ext/intl/tests/collator_get_set_attribute.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collator_get_set_strength.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collator_get_set_strength.phpt
+++ php-src/ext/intl/tests/collator_get_set_strength.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collator_sort.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collator_sort.phpt
+++ php-src/ext/intl/tests/collator_sort.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/collator_sort_with_sort_keys.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/collator_sort_with_sort_keys.phpt
+++ php-src/ext/intl/tests/collator_sort_with_sort_keys.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_format.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_format.phpt
+++ php-src/ext/intl/tests/dateformat_format.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_format_parse.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_format_parse.phpt
+++ php-src/ext/intl/tests/dateformat_format_parse.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_get_datetype.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_get_datetype.phpt
+++ php-src/ext/intl/tests/dateformat_get_datetype.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_get_locale.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_get_locale.phpt
+++ php-src/ext/intl/tests/dateformat_get_locale.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_get_set_calendar.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_get_set_calendar.phpt
+++ php-src/ext/intl/tests/dateformat_get_set_calendar.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_get_set_pattern.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_get_set_pattern.phpt
+++ php-src/ext/intl/tests/dateformat_get_set_pattern.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_get_timetype.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_get_timetype.phpt
+++ php-src/ext/intl/tests/dateformat_get_timetype.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_get_timezone_id.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_get_timezone_id.phpt
+++ php-src/ext/intl/tests/dateformat_get_timezone_id.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_is_set_lenient.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_is_set_lenient.phpt
+++ php-src/ext/intl/tests/dateformat_is_set_lenient.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_localtime.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_localtime.phpt
+++ php-src/ext/intl/tests/dateformat_localtime.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_parse.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_parse.phpt
+++ php-src/ext/intl/tests/dateformat_parse.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt
+++ php-src/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt
+++ php-src/ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/dateformat_set_timezone_id.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/dateformat_set_timezone_id.phpt
+++ php-src/ext/intl/tests/dateformat_set_timezone_id.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_fail.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_fail.phpt
+++ php-src/ext/intl/tests/formatter_fail.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_format.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_format.phpt
+++ php-src/ext/intl/tests/formatter_format.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_format_conv.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_format_conv.phpt
+++ php-src/ext/intl/tests/formatter_format_conv.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_format_currency.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_format_currency.phpt
+++ php-src/ext/intl/tests/formatter_format_currency.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_get_error.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_get_error.phpt
+++ php-src/ext/intl/tests/formatter_get_error.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_get_locale.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_get_locale.phpt
+++ php-src/ext/intl/tests/formatter_get_locale.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_get_set_attribute.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_get_set_attribute.phpt
+++ php-src/ext/intl/tests/formatter_get_set_attribute.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_get_set_pattern.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_get_set_pattern.phpt
+++ php-src/ext/intl/tests/formatter_get_set_pattern.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_get_set_symbol.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_get_set_symbol.phpt
+++ php-src/ext/intl/tests/formatter_get_set_symbol.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_get_set_text_attribute.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_get_set_text_attribute.phpt
+++ php-src/ext/intl/tests/formatter_get_set_text_attribute.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_parse.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_parse.phpt
+++ php-src/ext/intl/tests/formatter_parse.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/formatter_parse_currency.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/formatter_parse_currency.phpt
+++ php-src/ext/intl/tests/formatter_parse_currency.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/grapheme.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/grapheme.phpt
+++ php-src/ext/intl/tests/grapheme.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/intl_error_name.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/intl_error_name.phpt
+++ php-src/ext/intl/tests/intl_error_name.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/intl_get_error_code.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/intl_get_error_code.phpt
+++ php-src/ext/intl/tests/intl_get_error_code.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/intl_get_error_message.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/intl_get_error_message.phpt
+++ php-src/ext/intl/tests/intl_get_error_message.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/intl_is_failure.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/intl_is_failure.phpt
+++ php-src/ext/intl/tests/intl_is_failure.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_compose_locale.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_compose_locale.phpt
+++ php-src/ext/intl/tests/locale_compose_locale.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_filter_matches.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_filter_matches.phpt
+++ php-src/ext/intl/tests/locale_filter_matches.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_all_variants.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_all_variants.phpt
+++ php-src/ext/intl/tests/locale_get_all_variants.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_default.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_default.phpt
+++ php-src/ext/intl/tests/locale_get_default.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_display_language.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_display_language.phpt
+++ php-src/ext/intl/tests/locale_get_display_language.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_display_name.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_display_name.phpt
+++ php-src/ext/intl/tests/locale_get_display_name.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_display_region.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_display_region.phpt
+++ php-src/ext/intl/tests/locale_get_display_region.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_display_script.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_display_script.phpt
+++ php-src/ext/intl/tests/locale_get_display_script.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_display_variant.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_display_variant.phpt
+++ php-src/ext/intl/tests/locale_get_display_variant.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_keywords.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_keywords.phpt
+++ php-src/ext/intl/tests/locale_get_keywords.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_primary_language.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_primary_language.phpt
+++ php-src/ext/intl/tests/locale_get_primary_language.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_region.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_region.phpt
+++ php-src/ext/intl/tests/locale_get_region.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_get_script.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_get_script.phpt
+++ php-src/ext/intl/tests/locale_get_script.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_lookup.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_lookup.phpt
+++ php-src/ext/intl/tests/locale_lookup.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_parse_locale.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_parse_locale.phpt
+++ php-src/ext/intl/tests/locale_parse_locale.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/locale_set_default.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/locale_set_default.phpt
+++ php-src/ext/intl/tests/locale_set_default.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/msgfmt_fail.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/msgfmt_fail.phpt
+++ php-src/ext/intl/tests/msgfmt_fail.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/msgfmt_format.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/msgfmt_format.phpt
+++ php-src/ext/intl/tests/msgfmt_format.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/msgfmt_get_error.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/msgfmt_get_error.phpt
+++ php-src/ext/intl/tests/msgfmt_get_error.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/msgfmt_get_locale.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/msgfmt_get_locale.phpt
+++ php-src/ext/intl/tests/msgfmt_get_locale.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/msgfmt_get_set_pattern.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/msgfmt_get_set_pattern.phpt
+++ php-src/ext/intl/tests/msgfmt_get_set_pattern.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/msgfmt_parse.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/msgfmt_parse.phpt
+++ php-src/ext/intl/tests/msgfmt_parse.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/normalizer_normalize.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/normalizer_normalize.phpt
+++ php-src/ext/intl/tests/normalizer_normalize.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/regression_sort_and_cow.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/regression_sort_and_cow.phpt
+++ php-src/ext/intl/tests/regression_sort_and_cow.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/regression_sort_eq.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/regression_sort_eq.phpt
+++ php-src/ext/intl/tests/regression_sort_eq.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/regression_sortwsk_and_cow.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/regression_sortwsk_and_cow.phpt
+++ php-src/ext/intl/tests/regression_sortwsk_and_cow.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/regression_sortwsk_eq.phpt?view=markup&rev=1.1
Index: php-src/ext/intl/tests/regression_sortwsk_eq.phpt
+++ php-src/ext/intl/tests/regression_sortwsk_eq.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/ut_common.inc?view=markup&rev=1.1
Index: php-src/ext/intl/tests/ut_common.inc
+++ php-src/ext/intl/tests/ut_common.inc
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php