From: Gustavo André dos Santos Lopes Date: Sun, 20 May 2012 18:57:06 +0000 (+0100) Subject: Note recent changes to ext/intl in UPGRADING X-Git-Tag: php-5.5.0alpha1~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ea4d0d83990a405bf8a92233ddc05adba69b4e1;p=php Note recent changes to ext/intl in UPGRADING --- diff --git a/UPGRADING b/UPGRADING index 1643bdd6bb..44f75561d7 100755 --- a/UPGRADING +++ b/UPGRADING @@ -106,6 +106,8 @@ PHP X.Y UPGRADE NOTES - intlcal_get_skipped_wall_time_option() - intlcal_set_repeated_wall_time_option() - intlcal_set_skipped_wall_time_option() + - intlcal_from_date_time() + - intlcal_to_date_time() - intlcal_get_error_code() - intlcal_get_error_message() - intlgregcal_create_instance() @@ -130,6 +132,8 @@ PHP X.Y UPGRADE NOTES - intltz_has_same_rules() - intltz_get_display_name() - intltz_get_dst_savings() + - intltz_from_date_time_zone() + - intltz_to_date_time_zone() - intltz_get_error_code() - intltz_get_error_message() @@ -154,7 +158,10 @@ PHP X.Y UPGRADE NOTES 8. Other Changes to Extensions ======================================== -- The intl extension now requires ICU 4.0+. +- Intl: + - This extension now requires ICU 4.0+. + - Added intl.use_exceptions INI directive, which controls what happens when + global errors are set together with intl.error_level. ======================================== 9. New Global Constants