php-src/ext/date
Wez Furlong 45412770a2 sizeof(time_t) !== sizeof(int)
also, sizeof(timelib_sll) != sizeof(int)

We get loads of truncation errors int this code when we assign 64 values into smaller ints.
2005-08-12 23:46:42 +00:00
..
lib sizeof(time_t) !== sizeof(int) 2005-08-12 23:46:42 +00:00
tests - Fixed TSRM issue. 2005-08-09 21:07:54 +00:00
config.m4 - Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo bar 2005-07-07 23:18:22 +00:00
config.w32 - Rename tl_config.h to timelib_config.h 2005-06-17 12:03:04 +00:00
CREDITS - Add my new timelib and ext/date. For now only strtotime() makes use of this. 2005-06-14 21:32:29 +00:00
php_date.c sizeof(time_t) !== sizeof(int) 2005-08-12 23:46:42 +00:00
php_date.h sizeof(time_t) !== sizeof(int) 2005-08-12 23:46:42 +00:00
TODO - Update TODO 2005-08-04 14:59:29 +00:00