summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFB: Fixed bug #38229 (strtotime() does not parse YYYY-MM format).Ilia Alshanetsky2006-07-273-17868/+17495
* - Rename date classes to DateTime and DateTimeZoneDerick Rethans2006-07-202-3/+3
* - Enable all methods in the already existing Date and Timezone classesDerick Rethans2006-07-182-13/+0
* MFB: eliminate compile warningsAntony Dovgal2006-07-111-3/+3
* initialize varsAntony Dovgal2006-07-101-4/+4
* - Updated timezonedb to version 2006.7.Derick Rethans2006-07-045-1410/+1463
* nuke types in arginfoHannes Magnusson2006-07-021-2/+2
* MFB: AIX and Solaris have different (gm)strftime() implementationAntony Dovgal2006-06-291-8/+8
* Fix test on linux...Hannes Magnusson2006-06-291-4/+4
* fix/improve testHannes Magnusson2006-06-291-4/+10
* more testsAntony Dovgal2006-06-275-0/+441
* more date() testsAntony Dovgal2006-06-272-0/+200
* fix segfault with 'B' format paramAntony Dovgal2006-06-271-1/+1
* plug leak in my last patchAntony Dovgal2006-06-231-0/+1
* timelib_day_of_week_ex() returns -1 if the year is less than 1753Antony Dovgal2006-06-221-4/+24
* don't try to parse empty string, return false immediatelyAntony Dovgal2006-06-221-0/+4
* Fixed testsHannes Magnusson2006-06-173-0/+31
* MFBNuno Lopes2006-06-171-1/+3
* MFB: new testsNuno Lopes2006-06-163-0/+130
* Added automatic module globals managementDmitry Stogov2006-06-131-4/+8
* Fix typoHannes Magnusson2006-06-111-1/+1
* Fix testHannes Magnusson2006-06-101-0/+1
* Added argument infoHannes Magnusson2006-06-101-19/+137