php-src/ext/date/lib
2011-09-26 17:23:00 +00:00
..
astro.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
astro.h - MFH: Merged new timelib, which is a bit more cleverer 2005-12-19 13:00:37 +00:00
dow.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
fallbackmap.h - Fixed bug #48902 (Timezone database fallback map is outdated). 2010-03-07 18:21:23 +00:00
interval.c - Fixed bug where the DateTime object got changed while using date_diff(). 2011-06-17 16:38:23 +00:00
parse_date.c Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) 2011-06-05 13:30:01 +00:00
parse_date.re Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) 2011-06-05 13:30:01 +00:00
parse_iso_intervals.c - MFH: Added support for the ( and ) delimiters/separators to 2010-11-13 15:01:48 +00:00
parse_iso_intervals.re Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone). 2010-03-26 04:31:26 +00:00
parse_tz.c - Fix a few more memleaks found by parfait 2011-05-16 21:29:45 +00: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 Change DEBUG() to TIMELIB_DEBUG(), there are potential conflicts with other libraries that also use this. 2011-01-03 19:24:04 +00:00
timelib.c - Don't show timezone if it wasn't found while parsing. 2010-11-13 14:57:47 +00:00
timelib.h Add a version number to timelib for other projects that use it. 2011-03-09 20:06:52 +00: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 2011.11 (2011k) 2011-09-26 17:23:00 +00:00
timezonemap.h - Fixed a few test cases 2010-12-12 16:06:41 +00:00
tm2unixtime.c - Fixed bug #52454 (Relative dates and getTimestamp increments by one day) 2010-08-30 16:25:52 +00:00
unixtime2tm.c Optimize unix timestamp to date-string conversion for very high year values 2011-01-05 04:13:23 +00: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