summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* - Updated timezone database to version 2007.5. (Derick)Derick Rethans2007-04-131-973/+921
* - 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-133-13/+37
* - Fixed bug #40290 (strtotime() returns unexpected result with particularDerick Rethans2007-04-132-7/+9
* minor improvementAntony Dovgal2007-04-111-1/+7
* - MFH: Fixed bug #40861 (strtotime() doesn't handle double negative relativeDerick Rethans2007-04-113-6665/+6699
* Added -- test caseIlia Alshanetsky2007-03-221-0/+7
* - Revert this patch, as the code was incorrect.Derick Rethans2007-03-212-6698/+6658
* Fixed bug #40861 (Multiple +/- on relative units breaks strtotime()).Ilia Alshanetsky2007-03-213-6659/+6725
* fix testsAntony Dovgal2007-03-091-53/+62
* - Updated timezone database to version 2007.3. (Derick)Derick Rethans2007-03-062-775/+893
* - 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
* add missing ifdefsAntony Dovgal2007-01-251-1/+10
* setlocale() returns static buffer, which must be copiedAntony Dovgal2007-01-251-1/+9
* Fixed bug #39993 (tr_TR.UTF-8 locale has problems with PHP).Ilia Alshanetsky2007-01-181-0/+4
* Use relative timestampHannes Magnusson2007-01-071-6/+6
* Fix testsHannes Magnusson2007-01-052-12/+12
* - Fixed bug #40012 (php_date.c doesnt compile on Netware).Derick Rethans2007-01-031-4/+12
* MFHAntony Dovgal2007-01-031-7/+7
* fix testAntony Dovgal2007-01-031-5/+5
* MFH: Bump year.Sebastian Bergmann2007-01-0111-11/+11
* Small optimization of the date() functionIlia Alshanetsky2006-12-221-41/+39
* more testsAntony Dovgal2006-12-227-0/+1110
* Fixed bug #39782 (setTime() on a DateTime constructed with a WeekdayIlia Alshanetsky2006-12-112-0/+21
* Fixed bug #39791 (Crash in strtotime() on overly long relative dateIlia Alshanetsky2006-12-112-17867/+17456
* - Updated timezone database to version 2006.16.Derick Rethans2006-11-291-674/+683
* fix the bug I introduced previously, sorryNuno Lopes2006-11-101-29/+16
* mark the binary search delimiters as unsigned, so that the compiler can use a...Nuno Lopes2006-11-101-1/+1
* 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
* - Updated timezone database.Derick Rethans2006-10-171-509/+576
* add for VC buildStanislav Malyshev2006-09-131-0/+1
* MFH: prootsHannes Magnusson2006-09-101-2/+56
* MFH: date_timezone_set() needs both argumentsHannes Magnusson2006-09-101-3/+3
* - MFH: The .c file is generated... so updating the .re file and cleaning up WS.Derick Rethans2006-09-092-8/+10
* MFh: fix #38721 (date_parse() invalid read)Antony Dovgal2006-09-081-7/+9
* - MFH: Added support for the full ISO week number format. (2006-W52-7)Derick Rethans2006-09-062-17451/+17888
* int->zend_bool where possibleNuno Lopes2006-09-051-1/+1
* - attempt to fix #38696Michael Wallner2006-09-031-2/+2
* and add a testNuno Lopes2006-09-011-0/+26
* omg. take #2 to fix the bug. sorry..Nuno Lopes2006-09-011-2/+2
* fix possible crashNuno Lopes2006-09-011-1/+1
* - Upgrade timezone db to 2006k.Derick Rethans2006-08-292-634/+1008
* Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdownIlia Alshanetsky2006-08-221-1/+9