php-src/ext/date/lib
2014-12-08 11:07:00 +00:00
..
astro.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
astro.h - MFH: Merged new timelib, which is a bit more cleverer 2005-12-19 13:00:37 +00:00
dow.c Merge branch 'PHP-5.6' 2014-12-08 11:07:00 +00:00
fallbackmap.h Fixed bug #44780: some time zone offsets not recognized by timezone_name_from_abbr. 2014-01-25 16:14:51 +01:00
interval.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
parse_date.c fix datatype mismatches 2014-10-30 20:06:51 +01:00
parse_date.re fix datatype mismatches 2014-10-30 20:06:51 +01:00
parse_iso_intervals.c fix datatype mismatches 2014-10-30 20:06:51 +01:00
parse_iso_intervals.re fix datatype mismatches 2014-10-30 20:06:51 +01:00
parse_tz.c typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:52:47 -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 s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
timelib.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
timelib.h fix datatype mismatches 2014-10-30 20:06:51 +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 2014.10 (2014j) 2014-11-11 14:01:24 -03:00
timezonemap.h - Fixed a few test cases 2010-12-12 16:06:41 +00:00
tm2unixtime.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
unixtime2tm.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02: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