Derick,

Didn't we agree not to do this until 5.1 was released? Please revert the 
object support.

Edin

On Wednesday 20 July 2005 10:31, Derick Rethans wrote:
> derick  Wed Jul 20 04:31:04 2005 EDT
>
>   Added files:
>     /php-src/ext/date/tests date_create-1.phpt date_create-2.phpt
>                             date_default_timezone_get-1.phpt
>                             date_default_timezone_get-2.phpt
>                             date_default_timezone_get-3.phpt
>                             date_default_timezone_set-1.phpt
>                             date_modify-1.phpt date_modify-2.phpt
>                             strtotime.phpt
>
>   Modified files:
>     /php-src NEWS
>     /php-src/ext/date TODO php_date.c php_date.h
>     /php-src/ext/date/lib parse_date.c parse_tz.c timelib.h
>                           timelib_structs.h timezonedb.h unixtime2tm.c
>     /php-src/ext/date/lib/resource parse_date.re
>     /php-src/ext/date/tests bug33414-2.phpt bug33578.phpt
>                             default-timezone-1.phpt mktime-1.phpt
>   Log:
>   - Fixed bug #33578 (strtotime() problem with "Oct17" format).
>   - Fixed problems with lone years in strtotime().
>   - Added functions to timelib to get a list of all abbreviations and
> timezone identifiers.
>   - Fixed problems with parsed dates that only have GMT offsets associated
>     with them.
>   - Fixed a Windows compile problem.
>   - Added special constants for different often used date formats
> (DATE_ISO8601, DATE_RFC822, DATE_RSS etc).
>   - Fixed date_default_timezone_get() to return the guessed timezone if
> none was set yet with date_default_timezone_set().
>   - Added experimental support for Date/Timezone objects as per
> specifications.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to