You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Derick Rethans e630833ba6 - Fixed bug #48058 (Year formatter goes wrong with out-of-int range). 17 years ago
..
README - MF53: Added new date/time functionality: 18 years ago
astro.c - This is PHP 6 - if this ... ever gets out 17 years ago
astro.h - Reintroduced the normal constants. 21 years ago
dow.c - This is PHP 6 - if this ... ever gets out 17 years ago
fallbackmap.h - MF51: Fixed timezone guessing on Windows. 21 years ago
interval.c - This is PHP 6 - if this ... ever gets out 17 years ago
parse_date.c - This is PHP 6 - if this ... ever gets out 17 years ago
parse_date.re - Fixed bug #46889: Memory leak in strtotime(). 17 years ago
parse_iso_intervals.c - This is PHP 6 - if this ... ever gets out 17 years ago
parse_iso_intervals.re - improve previous fix for scan, disable optimizer only for scan() using #pragma optimize 18 years ago
parse_tz.c MFB: fix strict aliasing issues 17 years ago
timelib.c - This is PHP 6 - if this ... ever gets out 17 years ago
timelib.h - This is PHP 6 - if this ... ever gets out 17 years ago
timelib.m4 - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS() 21 years ago
timelib_structs.h - Fixed bug #48058 (Year formatter goes wrong with out-of-int range). 17 years ago
timezonedb.h - Updated to version 2009.7 (2009g) 17 years ago
timezonemap.h - MF52: Updated timezone database to version 2007.3. 19 years ago
tm2unixtime.c - Fixed bug #48058 (Year formatter goes wrong with out-of-int range). 17 years ago
unixtime2tm.c - This is PHP 6 - if this ... ever gets out 17 years ago

README

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