]> granicus.if.org Git - php/commit
- MFH: Merged new timelib, which is a bit more cleverer
authorDerick Rethans <derick@php.net>
Mon, 19 Dec 2005 13:00:37 +0000 (13:00 +0000)
committerDerick Rethans <derick@php.net>
Mon, 19 Dec 2005 13:00:37 +0000 (13:00 +0000)
commit7b581f6d19957871df502c8563a4eae8e54c15ca
tree460c86b1d8eac8aa0de09db74a80855c6c09c2bd
parent32220d2e7e60d68ecdf245fb69b4f9208ec37fe0
- MFH: Merged new timelib, which is a bit more cleverer
- MFH: Support "UTC" in strtotime() properly.
- MFH: Added astro code, which is going to form the base for the new sunfuncs.
13 files changed:
ext/date/config.m4
ext/date/lib/astro.c [new file with mode: 0644]
ext/date/lib/astro.h [new file with mode: 0644]
ext/date/lib/parse_date.c
ext/date/lib/parse_date.re
ext/date/lib/timelib.c
ext/date/lib/timelib.h
ext/date/lib/timezonemap.h
ext/date/lib/unixtime2tm.c
ext/date/php_date.c
ext/date/tests/date_default_timezone_get-1.phpt
ext/date/tests/date_default_timezone_set-1.phpt
ext/date/tests/mktime-2.phpt