php-src/ext/date/lib
Derick Rethans 4043f77e36 - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
identifiers). (Derick)
- MFH: Fixed bug #36988 (mktime freezes on long numbers). (Derick)
- MFH: Implemented better error and warning handling that is also used for the
  date_parse() function.
- MFH: Fixed problems with "T" in front of a time string was seen as a time
  zone string.
- MFH: Fixed a problem were 5 and 6 character timezone abbreviations where not
  correctly parsed.

Experimental support (All MFH):
- Added the date_parse() function that returns a parsed date/time string
  including warnings and errors.
- Added the timezone_name_from_abbr() function that exposes the guessing
  mechanism that tries to find a timezone identifier from a timezone
  abbreviation and GMT offset.
2006-04-11 18:03:52 +00:00
..
astro.c - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly). 2006-01-04 21:31:35 +00: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 and license version 2006-01-01 12:51:34 +00:00
fallbackmap.h - Fixed timezone guessing on Windows. (Derick, Nuno) 2005-10-15 18:12:29 +00:00
parse_date.c - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones 2006-04-11 18:03:52 +00:00
parse_date.re - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones 2006-04-11 18:03:52 +00:00
parse_tz.c fix several leaks in date_sun*() functions 2006-03-18 23:43:48 +00:00
README - Fixed typo 2005-11-17 12:33:36 +00:00
timelib_structs.h - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones 2006-04-11 18:03:52 +00:00
timelib.c - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones 2006-04-11 18:03:52 +00:00
timelib.h - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones 2006-04-11 18:03:52 +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 - MFH: Upgraded timezonedb to 2006a. 2006-01-31 18:08:15 +00:00
timezonemap.h - MFH: Upgraded timezonedb to 2006a. 2006-01-31 18:08:15 +00:00
tm2unixtime.c - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones 2006-04-11 18:03:52 +00:00
unixtime2tm.c - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly). 2006-01-04 21:31:35 +00:00

Regenerating Parser
===================

Make sure you use re2c 0.9.10 or higher:

/dat/dev/sf/re2c/re2c -d -b -o ext/date/lib/parse_date.c ext/date/lib/parse_date.re