php-src/ext/date
Jani Taskinen 7f6657c243 - Fixed bug #48247 (PHP crashes on errors during startup)
#
# This was sum of many little things:
# 1. Wrong assumption made in order_by_dep.awk on the ordering
#    (that script was done prior to adding runtime deps..?)
# 2. request shutdown calls weren't done in reverse order like all other
#    shutdown funcs are called.
# 3. config0.m4 rename is necessary for keeping things simple.
#
2009-05-13 00:45:57 +00:00
..
lib - Fixed bug #48058 (Year formatter goes wrong with out-of-int range). 2009-05-03 18:21:52 +00:00
tests - Fixed bug #45682 (Unable to var_dump(DateInterval)). 2009-05-03 18:45:06 +00:00
config0.m4 - Fixed bug #48247 (PHP crashes on errors during startup) 2009-05-13 00:45:57 +00:00
config.w32 - silent conversion warnings as it is not going to be "fixed" any time soon, removing false positive alerts. noise--; 2008-12-09 14:28:35 +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 - Fixed bug #48247 (PHP crashes on errors during startup) 2009-05-13 00:45:57 +00:00
php_date.h - Added timezone_version_get() to retrieve the version of the used timezone 2009-05-03 19:57:35 +00:00
TODO - Update TODO 2005-08-04 14:59:29 +00:00