php-src/ext/date/lib
Derick Rethans 1e096be0b3 - Fixed bug #41964 (strtotime returns a timestamp for non-time string of
pattern '(A|a) .+').
- Fixed bug #41844 (Format returns incorrect number of digits for negative
  years -0001 to -0999).
- Fixed bug #41842 (Cannot create years < 0100 & negative years with
  date_create or new DateTime).
- Fixed bug #41709 (strtotime() does not handle 00.00.0000).
- Fixed bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30).
2007-07-12 18:56:42 +00:00
..
astro.c Bump year. 2007-01-01 09:29:37 +00:00
astro.h - Reintroduced the normal constants. 2005-12-19 12:57:49 +00:00
dow.c Bump year. 2007-01-01 09:29:37 +00:00
fallbackmap.h - MF51: Fixed timezone guessing on Windows. 2005-10-15 18:14:40 +00:00
parse_date.c - MFB: Fixed bug #40290 (strtotime() returns unexpected result with particular 2007-04-13 08:11:35 +00:00
parse_date.re - Fixed bug #41964 (strtotime returns a timestamp for non-time string of 2007-07-12 18:56:42 +00:00
parse_tz.c Bump year. 2007-01-01 09:29:37 +00:00
README fix typo 2005-11-17 09:56:28 +00:00
timelib_structs.h Bump year. 2007-01-01 09:29:37 +00:00
timelib.c - Fixed bug #41964 (strtotime returns a timestamp for non-time string of 2007-07-12 18:56:42 +00:00
timelib.h Bump year. 2007-01-01 09:29:37 +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 2007f. 2007-07-05 13:48:23 +00:00
timezonemap.h - MF52: Updated timezone database to version 2007.3. 2007-03-06 21:29:33 +00:00
tm2unixtime.c Bump year. 2007-01-01 09:29:37 +00:00
unixtime2tm.c - Fixed bug #41964 (strtotime returns a timestamp for non-time string of 2007-07-12 18:56:42 +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