Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MF52: Updated timezone database to version 2007.3. | Derick Rethans | 2007-03-06 | 2 | -775/+893 |
* | - fix ws as requested by derick | Michael Wallner | 2007-03-05 | 1 | -3/+3 |
* | - fix bug #40691: add comparison object handler | Michael Wallner | 2007-03-05 | 1 | -0/+23 |
* | - Clarify the source of the timezone data. | Derick Rethans | 2007-02-14 | 1 | -1/+1 |
* | - Fix warnings | Marcus Boerger | 2007-01-20 | 1 | -5/+5 |
* | - We want the size here not the length | Marcus Boerger | 2007-01-18 | 1 | -1/+1 |
* | Use relative timestamp | Hannes Magnusson | 2007-01-07 | 1 | -6/+6 |
* | MFB: Fix tests | Hannes Magnusson | 2007-01-05 | 2 | -15/+15 |
* | - MFB: Fixed bug #40012 (php_date.c doesnt compile on Netware). | Derick Rethans | 2007-01-03 | 1 | -4/+12 |
* | and one more.. | Antony Dovgal | 2007-01-03 | 1 | -7/+7 |
* | fix test | Antony Dovgal | 2007-01-03 | 1 | -10/+10 |
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 12 | -13/+13 |
* | more ext/date tests by Chris Jones | Antony Dovgal | 2006-12-22 | 7 | -0/+1143 |
* | MFB: Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday | Ilia Alshanetsky | 2006-12-11 | 2 | -0/+20 |
* | MFB: Fixed bug #39791 (Crash in strtotime() on overly long relative date | Ilia Alshanetsky | 2006-12-11 | 2 | -17867/+17456 |
* | - Updated timezone database to version 2006.16. | Derick Rethans | 2006-11-29 | 1 | -674/+683 |
* | MFB | Nuno Lopes | 2006-11-10 | 1 | -29/+16 |
* | MFB | Nuno Lopes | 2006-11-10 | 1 | -1/+1 |
* | Throw exception on invalid parameters in DateTime::__construct() | Hannes Magnusson | 2006-11-06 | 1 | -2/+2 |
* | Add oneliner descriptions | Hannes Magnusson | 2006-10-25 | 1 | -1/+20 |
* | - MF52: Updated timezone database. | Derick Rethans | 2006-10-17 | 1 | -509/+576 |
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 2 | -5/+5 |
* | Add "wrong param count"/"expecting parameter .. to be.." warning to strtotime() | Hannes Magnusson | 2006-10-07 | 1 | -1/+1 |
* | use PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FENTRY | Hannes Magnusson | 2006-10-03 | 1 | -15/+15 |
* | add proto | Hannes Magnusson | 2006-10-02 | 1 | -0/+3 |
* | - Return timezone's names as Unicode strings. | Derick Rethans | 2006-09-27 | 3 | -4/+4 |
* | fix test | Antony Dovgal | 2006-09-19 | 1 | -2/+2 |
* | Disabled autoconversion of hash keys (from string to unicode) for PHP arrays | Dmitry Stogov | 2006-09-19 | 1 | -76/+76 |
* | Add protos | Hannes Magnusson | 2006-09-10 | 1 | -2/+56 |
* | - date_timezone_set() needs both arguments | Hannes Magnusson | 2006-09-10 | 1 | -3/+3 |
* | - The .c file is generated... so updating the .re file and cleaning up WS. | Derick Rethans | 2006-09-09 | 2 | -8/+10 |
* | fix #38721 (date_parse() invalid read) | Antony Dovgal | 2006-09-08 | 1 | -7/+9 |
* | - Added support for the full ISO week number format. (2006-W52-7) | Derick Rethans | 2006-09-06 | 2 | -17451/+17888 |
* | MFB: int->zend_bool where possible | Nuno Lopes | 2006-09-05 | 1 | -1/+1 |
* | - attempt to fix #38696 | Michael Wallner | 2006-09-03 | 1 | -2/+2 |
* | MFH | Nuno Lopes | 2006-09-01 | 2 | -2/+28 |
* | MFB: fix possible crash | Nuno Lopes | 2006-09-01 | 1 | -1/+1 |
* | add UEXPECT | Antony Dovgal | 2006-08-29 | 1 | -0/+7 |
* | - Upgrade timezone db to 2006.11 (k). | Derick Rethans | 2006-08-29 | 2 | -634/+1008 |
* | MFB: Fixed bug #38511, #38473, #38263 (Fixed session extension request | Ilia Alshanetsky | 2006-08-22 | 1 | -1/+9 |
* | - fix leak when cloning DateTimeZone, detected by Antony | Michael Wallner | 2006-08-15 | 2 | -10/+8 |
* | - add cloning support to DateTime classes | Michael Wallner | 2006-08-14 | 2 | -4/+85 |
* | fix tests | Antony Dovgal | 2006-08-07 | 2 | -0/+27 |
* | fix test - class Date has been renamed | Antony Dovgal | 2006-08-07 | 1 | -2/+2 |
* | fix test | Antony Dovgal | 2006-08-02 | 1 | -0/+2 |
* | - update test | Michael Wallner | 2006-08-01 | 1 | -0/+6 |
* | - use library error message on time string parse failure | Michael Wallner | 2006-08-01 | 1 | -1/+3 |
* | - fix leaks on multiple calls to DateTime::__construct() | Michael Wallner | 2006-08-01 | 1 | -2/+16 |
* | - OO fixes: | Michael Wallner | 2006-08-01 | 3 | -37/+138 |
* | MFB: Update test | Hannes Magnusson | 2006-07-28 | 1 | -0/+31 |