summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix DateTime::RSSHannes Magnusson2006-07-281-1/+1
* - MFH: Rename date classes to DateTime and DateTimeZoneDerick Rethans2006-07-201-2/+2
* break; break; -> break;Antony Dovgal2006-07-201-1/+1
* - Enable all new date functions and classesDerick Rethans2006-07-181-10/+0
* MFH: initialize varsAntony Dovgal2006-07-101-4/+4
* MFH: arginfo fixesHannes Magnusson2006-07-021-2/+2
* revert per Derick requestNuno Lopes2006-06-271-10/+10
* add a couple of static and const keywords, to let the compiler optimize betterNuno Lopes2006-06-271-10/+10
* plug leakAntony Dovgal2006-06-231-0/+1
* MFH: add wrappers for timelib_day_of_week_ex()Antony Dovgal2006-06-221-4/+24
* MFH:Antony Dovgal2006-06-221-1/+5
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+8
* MFH: fix typoHannes Magnusson2006-06-111-1/+1
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-19/+137
* MFH: Play nice, use 4digit years in DATE_RSSHannes Magnusson2006-05-301-6/+7
* MFH: Fixed DATE_COOKIE, DATE_RSS & testsHannes Magnusson2006-05-301-4/+21
* - MFH: Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch byDerick Rethans2006-05-301-8/+84
* MFH:Derick Rethans2006-05-141-10/+10