]> granicus.if.org Git - php/commit
- Reimplemented date and gmdate with new timelib code.
authorDerick Rethans <derick@php.net>
Thu, 30 Jun 2005 21:38:06 +0000 (21:38 +0000)
committerDerick Rethans <derick@php.net>
Thu, 30 Jun 2005 21:38:06 +0000 (21:38 +0000)
commite155585e6e1338110b0c31e1054d6b28b5bcff5b
treed6cf6de0ff527954dcacab6a9099faa23e5e4c31
parent2e794631203339035f705f81e4855642b3332f97
- Reimplemented date and gmdate with new timelib code.
- Removed old date/gmdate implementations.
- Moved date() related testcases to ext/date/tests.
- Implemented bug #33452.
- Fixed testcase for bug #27719 - there is no timezone called "EST5DST".
16 files changed:
NEWS
ext/date/lib/dow.c
ext/date/lib/parse_tz.c
ext/date/lib/timelib.h
ext/date/lib/timelib_structs.h
ext/date/lib/timezonedb.h
ext/date/lib/tm2unixtime.c
ext/date/lib/unixtime2tm.c
ext/date/php_date.c
ext/date/php_date.h
ext/date/tests/bug33452.phpt [new file with mode: 0644]
ext/date/tests/date.phpt [moved from ext/standard/tests/time/date.phpt with 100% similarity]
ext/standard/basic_functions.c
ext/standard/datetime.c
ext/standard/datetime.h
ext/standard/tests/time/bug27719.phpt