php-src/ext/date/lib
Stanislav Malyshev 3c107d6434 Merge branch 'PHP-5.6'
* PHP-5.6:
  fix bug #67253: timelib_meridian_with_check out-of-bounds read
  Fix bug #67252: convert_uudecode out-of-bounds read
  Fix bug #67251 - date_parse_from_format out-of-bounds read
  Fix bug #67250 (iptcparse out-of-bounds read)
2014-05-13 17:04:44 -07:00
..
astro.c Bump year 2014-01-03 11:08:10 +08:00
astro.h - MFH: Merged new timelib, which is a bit more cleverer 2005-12-19 13:00:37 +00:00
dow.c Bump year 2014-01-03 11:08:10 +08: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 Bump year 2014-01-03 11:08:10 +08:00
parse_date.c Merge branch 'PHP-5.4' into PHP-5.5 2014-05-13 17:02:09 -07:00
parse_date.re Merge branch 'PHP-5.6' 2014-05-13 17:04:44 -07:00
parse_iso_intervals.c Bump year 2014-01-03 11:08:10 +08:00
parse_iso_intervals.re Bump year 2014-01-03 11:11:57 +08:00
parse_tz.c Bump year 2014-01-03 11:08:10 +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 Merge branch 'PHP-5.5' into PHP-5.6 2014-01-26 14:02:44 +01:00
timelib.c Bump year 2014-01-03 11:08:10 +08:00
timelib.h Rename timelib_get_zone to timelib_parse_zone and export. 2014-02-09 15:47:48 -05:00
timelib.m4
timezonedb.h - Updated to version 2014.3 (2014c) 2014-05-13 16:36:58 +01:00
timezonemap.h - Fixed a few test cases 2010-12-12 16:06:41 +00:00
tm2unixtime.c Merge branch 'PHP-5.4' into PHP-5.5 2014-03-11 19:14:43 +08:00
unixtime2tm.c Fixed bug #45543: DateTime::setTimezone can not set timezones without ID. 2014-01-26 14:01:58 +01: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