php-src/ext/date/lib
EC2 Default User b07ecb5501 Bug #60774 (DateInterval::format("%a") is always zero when an interval is
created using the createFromDateString method)
2013-03-31 10:59:21 +01:00
..
astro.c Happy New Year 2013-01-01 16:37:09 +08:00
astro.h - MFH: Merged new timelib, which is a bit more cleverer 2005-12-19 13:00:37 +00:00
dow.c Happy New Year 2013-01-01 16:37:09 +08:00
fallbackmap.h - Fixed bug #48902 (Timezone database fallback map is outdated). 2010-03-07 18:21:23 +00:00
interval.c Happy New Year 2013-01-01 16:37:09 +08:00
parse_date.c Bug #60774 (DateInterval::format("%a") is always zero when an interval is 2013-03-31 10:59:21 +01:00
parse_date.re Bug #60774 (DateInterval::format("%a") is always zero when an interval is 2013-03-31 10:59:21 +01:00
parse_iso_intervals.c Added the new .c files as well as they are not automatically regenerated. 2013-03-31 10:55:45 +01:00
parse_iso_intervals.re Rebased to PHP-5.4 2013-03-31 10:45:01 +01:00
parse_tz.c Happy New Year 2013-01-01 16:37:09 +08:00
README - Added new date/time functionality: 2008-04-25 12:35:58 +00:00
timelib_config.h.win32 add for VC build 2006-09-13 17:47:20 +00:00
timelib_structs.h Happy New Year 2013-01-01 16:37:09 +08:00
timelib.c Rebased to PHP-5.4 2013-03-31 10:45:01 +01:00
timelib.h Rebased to PHP-5.4 2013-03-31 10:45:01 +01:00
timelib.m4 - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS() 2005-07-03 23:30:52 +00:00
timezonedb.h - Updated to version 2013.2 (2013b) 2013-03-11 21:36:36 +00:00
timezonemap.h - Fixed a few test cases 2010-12-12 16:06:41 +00:00
tm2unixtime.c Happy New Year 2013-01-01 16:37:09 +08:00
unixtime2tm.c Happy New Year 2013-01-01 16:37:09 +08:00

Regenerating Parser
===================

Make sure you use re2c 0.9.10 or higher:

re2c -d -b -o ext/date/lib/parse_date.c ext/date/lib/parse_date.re
re2c -d -b -o ext/date/lib/parse_iso_intervals.c ext/date/lib/parse_iso_intervals.re