summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #45543: DateTime::setTimezone can not set timezones without ID.Derick Rethans2014-01-261-8/+3
* Bump yearXinchen Hui2014-01-031-1/+1
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* Backported the fix for bug #53437Anatol Belski2013-06-101-0/+2
* Bug #63699: performance improvements for varios ext/date functionsLars Strojny2013-01-061-3/+4
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #53502 (strtotime with timezone memory leak).Derick Rethans2011-12-061-0/+2
* - Year++Felipe Pena2011-01-011-1/+1
* Removed a TSRMLS_FETCH() call in php_idate() in favor of the TSRMLS macrosKalle Sommer Nielsen2010-09-271-1/+1
* - Fixed bug #52668 (Iterating over a dateperiod twice is broken).Derick Rethans2010-08-301-0/+1
* - Expose date-extension object creation externally.Derick Rethans2010-04-101-0/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix for #48247Stanislav Malyshev2009-05-311-1/+1
* - MFH: Added timezone_version_get() to retrieve the version of the usedDerick Rethans2009-05-031-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Export DateTime and DateTimeZone class entries so that externalDerick Rethans2008-11-061-0/+48
* - MFH: Added support for selectively listing timezone identifiers by countryDerick Rethans2008-07-181-0/+1
* - MFH: Added DateInterval::createFromDateString() that creates an intervalDerick Rethans2008-05-021-0/+1
* - MFH: Added the DatePeriod class/iterator that iterates over a date timeDerick Rethans2008-05-011-0/+2
* - Added new date/time functionality:Derick Rethans2008-04-251-0/+6
* - MFH: Allow datetime objects to be serialized and woken up.Derick Rethans2008-03-141-0/+2
* - MFH: Added date_timestamp_get() / DateTime::getTimestamp() to retrieve theDerick Rethans2008-01-281-0/+1
* - Added new date/time functionality:Derick Rethans2008-01-131-0/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Add Datetime::createFromTimestamp to allow setting of a unix timestamp w...Scott MacVicar2007-12-141-0/+1
* 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