php-src/ext/date/lib
Stanislav Malyshev 40bb9254c5 Merge branch 'pull-request/210' into PHP-5.4
* pull-request/210:
  Fix bugs 62561,62896 (Modifying DateTime::__construct,date_create adds an hour) Prevent a unix timestamp, which is always GMT when being parsed, from taking on the local timezones DST flag.
2012-09-30 20:19:36 -07:00
..
astro.c year++ 2012-09-05 23:08:05 +08:00
astro.h - MFH: Merged new timelib, which is a bit more cleverer 2005-12-19 13:00:37 +00:00
dow.c year++ 2012-09-05 23:08:05 +08:00
fallbackmap.h - Fixed bug #48902 (Timezone database fallback map is outdated). 2010-03-07 18:21:23 +00:00
interval.c year++ 2012-09-05 23:08:05 +08:00
parse_date.c Merge branch 'pull-request/210' into PHP-5.4 2012-09-30 20:19:36 -07:00
parse_date.re Fix bugs 62561,62896 (Modifying DateTime::__construct,date_create adds an hour) 2012-09-30 04:31:29 +00:00
parse_iso_intervals.c Merge branch 'PHP-5.3' into PHP-5.4 2012-09-05 23:11:19 +08:00
parse_iso_intervals.re correct PHP version & year++ 2012-09-05 23:43:59 +08:00
parse_tz.c year++ 2012-09-05 23:08:05 +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 year++ 2012-09-05 23:08:05 +08:00
timelib.c year++ 2012-09-05 23:08:05 +08:00
timelib.h year++ 2012-09-05 23:08:05 +08: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 2012.3 (2012c) 2012-04-02 10:40:01 +01:00
timezonemap.h - Fixed a few test cases 2010-12-12 16:06:41 +00:00
tm2unixtime.c year++ 2012-09-05 23:08:05 +08:00
unixtime2tm.c year++ 2012-09-05 23:08:05 +08: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