summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
Commit message (Expand)AuthorAgeFilesLines
* - MF51: Windows Timezone guessing codeDerick Rethans2005-10-051-2/+4
* - Allow an external Timezone Database to be used.Derick Rethans2005-10-031-0/+5
* - Added date_time_set, date_date_set and date_isodate_set() functions, andDerick Rethans2005-09-021-0/+4
* - Fixed bug #34087 (strtotime() does not work with date format "Y/m/d").Derick Rethans2005-08-241-0/+1
* sizeof(time_t) !== sizeof(int)Wez Furlong2005-08-121-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #33578 (strtotime() problem with "Oct17" format).Derick Rethans2005-07-201-0/+18
* fix tsrm buildAntony Dovgal2005-07-081-1/+1
* rename php_format_date() to date_format()Antony Dovgal2005-07-081-0/+1
* - Renamed date_timezone_set/get() to date_default_timezone_set/get().Derick Rethans2005-07-041-2/+2
* - PHPAPI + static don't mix, obviously.Derick Rethans2005-07-041-1/+1
* - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS()foobar2005-07-031-1/+1
* - Reimplemented time(), getdate() and localtime() functions with new datetimeDerick Rethans2005-07-031-0/+4
* - Fixed bug #33532 (Different output for strftime() and date()).Derick Rethans2005-07-031-0/+11
* - Fixed bug #30096 (gmmktime does not return the corrent time).Derick Rethans2005-07-031-0/+5
* - Overhauled selecting the correct timezone. The timezone set withDerick Rethans2005-07-021-1/+6
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-301-0/+2
* - Added backward compability wrapper "php_parse_date()".Derick Rethans2005-06-191-0/+3
* - Allow default timezone to be set with the .ini setting "date.timezone".Derick Rethans2005-06-181-0/+9
* - The incoming TS is GMT... but the hole filler wants local time so weDerick Rethans2005-06-171-1/+1
* nuke unused entriesfoobar2005-06-161-2/+0
* - Add my new timelib and ext/date. For now only strtotime() makes use of this.Derick Rethans2005-06-141-0/+36