derick Sun Oct 26 12:56:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: - Fixed NEWS entries. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.351&r2=1.2027.2.547.2.965.2.352&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.351 php-src/NEWS:1.2027.2.547.2.965.2.352 --- php-src/NEWS:1.2027.2.547.2.965.2.351 Thu Oct 23 20:23:57 2008 +++ php-src/NEWS Sun Oct 26 12:56:46 2008 @@ -323,7 +323,8 @@ . date_create_from_format() / DateTime::createFromFormat() . date_parse_from_format(). . support for abbreviation and offset based timezone specifiers for - DateTime::getOffset() and DateTime::getName(). + the 'e' format specifier, DateTime::__construct(), DateTime::getTimeZone() + and DateTimeZone::getName(). . support for selectively listing timezone identifiers by continent or country code through timezone_identifiers_list() / DateTimezone::listIdentifiers(). @@ -349,7 +350,7 @@ . proper support for "this week", "previous week"/"last week" and "next week" phrases so that they actually mean the week and not a seven day period around the current day. - . support for "<xth> <weekday of" and "last <weekday> of" phrases to be used + . support for "<xth> <weekday> of" and "last <weekday> of" phrases to be used with months - like in "last saturday of februari 2008". . support for "back of <hour>" and "front of <hour>" phrases that are used in Scotland.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php