From: Gustavo André dos Santos Lopes Date: Sun, 22 Jul 2012 02:26:49 +0000 (+0200) Subject: Reflect changes made in merge 99e48d3 X-Git-Tag: php-5.5.0alpha1~20^2~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4203e0a5dfe83631b75c40c469224e7c94ec8c68;p=php Reflect changes made in merge 99e48d3 --- diff --git a/UPGRADING b/UPGRADING index 6cfd47bfaf..7d37f76000 100755 --- a/UPGRADING +++ b/UPGRADING @@ -91,6 +91,8 @@ PHP X.Y UPGRADE NOTES - IntlDateFormatter::setTimeZoneID() and datefmt_set_timezone_id() are deprecated. Use IntlDateFormatter::setTimeZone() or datefmt_set_timezone() instead. +- IntlDateFormatter::format() and datefmt_format() now also accept an + IntlCalendar object for formatting. ======================================== 5. New Functions @@ -103,6 +105,7 @@ PHP X.Y UPGRADE NOTES - hash_pbkdf2() - Intl: + - datefmt_format_object() - datefmt_get_calendar_object() - datefmt_get_timezone() - datefmt_set_timezone() @@ -178,6 +181,7 @@ PHP X.Y UPGRADE NOTES - intltz_get_error_code() - intltz_get_error_message() + - IntlDateFormatter::formatObject() - IntlDateFormatter::getCalendarObject() - IntlDateFormatter::getTimeZone() - IntlDateFormatter::setTimeZone()