summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH:Michael Wallner2006-08-011-1/+3
* - Enable all new date functions and classesDerick Rethans2006-07-181-2/+0
* - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zonesDerick Rethans2006-04-111-0/+2
* Export symbols that will allow building WDDX as shared objectFrank M. Kromann2006-01-281-1/+1
* - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).Derick Rethans2006-01-041-0/+5
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed ZTS buildIlia Alshanetsky2005-11-291-0/+1
* Fixed bug #35425 (idate() function ignores timezone settings).Ilia Alshanetsky2005-11-291-0/+1
* - Fixed bug #35143 (gettimeofday() ignores current time zone).Derick Rethans2005-11-201-0/+1
* - Implemented tzcacheDerick Rethans2005-10-051-2/+4
* - MFH: Allow an external Timezone Database to be used.Derick Rethans2005-10-031-0/+5
* - MFH: Added date_time_set, date_date_set and date_isodate_set() functions, andDerick Rethans2005-09-021-0/+4
* - MFH: Fixed bug #34087 for real.Derick Rethans2005-08-251-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