summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Add some missing elements from the return value.Derick Rethans2008-02-131-2/+8
* - MFH: Make timezone_open() work again.Derick Rethans2008-02-021-0/+1
* - Make whitespace the same as in HEAD.Derick Rethans2008-01-291-7/+8
* - MFH: Added two optional parameters to timezone_transitions_get() /Derick Rethans2008-01-281-13/+29
* - Add missing folding tags.Derick Rethans2008-01-281-0/+1
* - MFH: Added date_timestamp_get() / DateTime::getTimestamp() to retrieve theDerick Rethans2008-01-281-0/+28
* - MFH: Update protoDerick Rethans2008-01-271-1/+1
* - MFH: Added support for selectively listing timezone identifiers throughDerick Rethans2008-01-271-1/+52
* - MFH: Fixed bug #43808 (date_create never fails (even when it should)).Derick Rethans2008-01-171-5/+21
* - Fixed bug #43003 (Invalid timezone reported for DateTime objects constructedDerick Rethans2008-01-171-3/+7
* - MFH: Added support for abbreviation and offset based timezone specifiers forDerick Rethans2008-01-171-30/+156
* - Fixed TSRM builds.Derick Rethans2008-01-131-2/+2
* - Added new date/time functionality:Derick Rethans2008-01-131-37/+123
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Change createFromTimestamp to setTimestampScott MacVicar2007-12-141-1/+1
* MFH: Add Datetime::createFromTimestamp to allow setting of a unix timestamp w...Scott MacVicar2007-12-141-0/+21
* Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone)Ilia Alshanetsky2007-11-231-0/+2
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-4/+4
* - MFH: Missing file in previous commit.Derick Rethans2007-07-121-3/+3
* Final shot at the date issueIlia Alshanetsky2007-06-071-3/+1
* MFH: check return value of *time_r() functions for NULLAntony Dovgal2007-06-071-3/+5
* Fixed typoIlia Alshanetsky2007-06-071-2/+2
* Adjust previous patch to work on all compilersIlia Alshanetsky2007-06-061-2/+2
* Optimize out a loopIlia Alshanetsky2007-06-061-5/+6
* - Fixed bug #39416 (Milliseconds in date()).Derick Rethans2007-04-131-0/+2
* - Fixed bug #39965 (Latitude and longitude are backwards in date_sun_info()).Derick Rethans2007-04-131-4/+4
* - fix ws as requested by derickMichael Wallner2007-03-051-3/+3
* - fix bug #40691: add comparison object handlerMichael Wallner2007-03-051-0/+23
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-35/+35
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-3/+3
* - MFH: Clarify the source of the timezone data.Derick Rethans2007-02-141-1/+1
* - Fixed bug #40012 (php_date.c doesnt compile on Netware).Derick Rethans2007-01-031-4/+12
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Small optimization of the date() functionIlia Alshanetsky2006-12-221-41/+39
* Fixed bug #39782 (setTime() on a DateTime constructed with a WeekdayIlia Alshanetsky2006-12-111-0/+2
* MFH: throw exception on invalid parametersHannes Magnusson2006-11-061-2/+2
* MFH: Add "wrong param" warning to strtotime()Hannes Magnusson2006-11-031-1/+1
* MFH: oneliners..Hannes Magnusson2006-11-031-1/+20
* MFH: use PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FNHannes Magnusson2006-11-031-15/+15
* MFH: prootsHannes Magnusson2006-09-101-2/+56
* MFH: date_timezone_set() needs both argumentsHannes Magnusson2006-09-101-3/+3
* int->zend_bool where possibleNuno Lopes2006-09-051-1/+1
* - attempt to fix #38696Michael Wallner2006-09-031-2/+2
* Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdownIlia Alshanetsky2006-08-221-1/+9
* MFH:Michael Wallner2006-08-151-9/+7
* MFH: add cloning support to DateTime classesMichael Wallner2006-08-141-4/+57
* MFH: use library error message on time string parse failureMichael Wallner2006-08-011-1/+3
* MFH:Michael Wallner2006-08-011-2/+16
* MFH:Michael Wallner2006-08-011-36/+90