php-src/ext/date/lib
Derick Rethans e630833ba6 - Fixed bug #48058 (Year formatter goes wrong with out-of-int range).
- Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
2009-05-03 18:21:52 +00:00
..
astro.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
astro.h - Reintroduced the normal constants. 2005-12-19 12:57:49 +00:00
dow.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
fallbackmap.h - MF51: Fixed timezone guessing on Windows. 2005-10-15 18:14:40 +00:00
interval.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
parse_date.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
parse_date.re - Fixed bug #46889: Memory leak in strtotime(). 2008-12-18 14:54:51 +00:00
parse_iso_intervals.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
parse_iso_intervals.re - improve previous fix for scan, disable optimizer only for scan() using #pragma optimize 2008-08-02 16:49:56 +00:00
parse_tz.c MFB: fix strict aliasing issues 2009-04-25 16:42:24 +00:00
README - MF53: Added new date/time functionality: 2008-04-25 12:55:16 +00:00
timelib_structs.h - Fixed bug #48058 (Year formatter goes wrong with out-of-int range). 2009-05-03 18:21:52 +00:00
timelib.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
timelib.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +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 2009.7 (2009g) 2009-04-29 11:11:52 +00:00
timezonemap.h - MF52: Updated timezone database to version 2007.3. 2007-03-06 21:29:33 +00:00
tm2unixtime.c - Fixed bug #48058 (Year formatter goes wrong with out-of-int range). 2009-05-03 18:21:52 +00:00
unixtime2tm.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +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