Commit: 4203e0a5dfe83631b75c40c469224e7c94ec8c68 Author: Gustavo André dos Santos Lopes <cataphr...@php.net> Sun, 22 Jul 2012 04:26:49 +0200 Parents: 99e48d3a5751b486fdc49a3409edd509faa3b27c Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=4203e0a5dfe83631b75c40c469224e7c94ec8c68 Log: Reflect changes made in merge 99e48d3 Changed paths: M UPGRADING Diff: diff --git a/UPGRADING b/UPGRADING index 6cfd47b..7d37f76 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() -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php