php-src/ext/date/lib
Derick Rethans ac631dd580 - Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
  DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
  format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
  DatePeriod).
2011-12-06 06:21:08 +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 #53502 (strtotime with timezone memory leak). 2011-12-06 06:21:08 +00:00
parse_date.re - Fixed bug #53502 (strtotime with timezone memory leak). 2011-12-06 06:21:08 +00:00
parse_iso_intervals.c - Fixed bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp. 2011-12-06 06:04:24 +00:00
parse_iso_intervals.re - Fixed bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp. 2011-12-06 06:04:24 +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 - Fixed bug #53502 (strtotime with timezone memory leak). 2011-12-06 06:21:08 +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.14 (2011n) 2011-11-02 10:58:51 +00:00
timezonemap.h - Fixed a few test cases 2010-12-12 16:06:41 +00:00
tm2unixtime.c - Fixed bug #53502 (strtotime with timezone memory leak). 2011-12-06 06:21:08 +00:00
unixtime2tm.c - Fixed bug #60236 (TLA timezone dates are not converted properly from 2011-11-24 17:13:47 +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