summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* - MF52: Updated timezone database to version 2007.3.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
* - Clarify the source of the timezone data.Derick Rethans2007-02-141-1/+1
* - Fix warningsMarcus Boerger2007-01-201-5/+5
* - We want the size here not the lengthMarcus Boerger2007-01-181-1/+1
* Use relative timestampHannes Magnusson2007-01-071-6/+6
* MFB: Fix testsHannes Magnusson2007-01-052-15/+15
* - MFB: Fixed bug #40012 (php_date.c doesnt compile on Netware).Derick Rethans2007-01-031-4/+12
* and one more..Antony Dovgal2007-01-031-7/+7
* fix testAntony Dovgal2007-01-031-10/+10
* Bump year.Sebastian Bergmann2007-01-0112-13/+13
* more ext/date tests by Chris JonesAntony Dovgal2006-12-227-0/+1143
* MFB: Fixed bug #39782 (setTime() on a DateTime constructed with a WeekdayIlia Alshanetsky2006-12-112-0/+20
* MFB: 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
* MFBNuno Lopes2006-11-101-29/+16
* MFBNuno Lopes2006-11-101-1/+1
* Throw exception on invalid parameters in DateTime::__construct()Hannes Magnusson2006-11-061-2/+2
* Add oneliner descriptionsHannes Magnusson2006-10-251-1/+20
* - MF52: Updated timezone database.Derick Rethans2006-10-171-509/+576
* Error message clean upHannes Magnusson2006-10-082-5/+5
* Add "wrong param count"/"expecting parameter .. to be.." warning to strtotime()Hannes Magnusson2006-10-071-1/+1
* use PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FENTRYHannes Magnusson2006-10-031-15/+15
* add protoHannes Magnusson2006-10-021-0/+3
* - Return timezone's names as Unicode strings.Derick Rethans2006-09-273-4/+4
* fix testAntony Dovgal2006-09-191-2/+2
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-76/+76
* Add protosHannes Magnusson2006-09-101-2/+56
* - date_timezone_set() needs both argumentsHannes Magnusson2006-09-101-3/+3
* - The .c file is generated... so updating the .re file and cleaning up WS.Derick Rethans2006-09-092-8/+10
* fix #38721 (date_parse() invalid read)Antony Dovgal2006-09-081-7/+9
* - Added support for the full ISO week number format. (2006-W52-7)Derick Rethans2006-09-062-17451/+17888
* MFB: int->zend_bool where possibleNuno Lopes2006-09-051-1/+1
* - attempt to fix #38696Michael Wallner2006-09-031-2/+2
* MFHNuno Lopes2006-09-012-2/+28
* MFB: fix possible crashNuno Lopes2006-09-011-1/+1
* add UEXPECTAntony Dovgal2006-08-291-0/+7
* - Upgrade timezone db to 2006.11 (k).Derick Rethans2006-08-292-634/+1008
* MFB: Fixed bug #38511, #38473, #38263 (Fixed session extension requestIlia Alshanetsky2006-08-221-1/+9
* - fix leak when cloning DateTimeZone, detected by AntonyMichael Wallner2006-08-152-10/+8
* - add cloning support to DateTime classesMichael Wallner2006-08-142-4/+85
* fix testsAntony Dovgal2006-08-072-0/+27
* fix test - class Date has been renamedAntony Dovgal2006-08-071-2/+2
* fix testAntony Dovgal2006-08-021-0/+2
* - update testMichael Wallner2006-08-011-0/+6
* - use library error message on time string parse failureMichael Wallner2006-08-011-1/+3
* - fix leaks on multiple calls to DateTime::__construct()Michael Wallner2006-08-011-2/+16
* - OO fixes:Michael Wallner2006-08-013-37/+138
* MFB: Update testHannes Magnusson2006-07-281-0/+31