Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
* | MFB: Fixed bug #38229 (strtotime() does not parse YYYY-MM format). | Ilia Alshanetsky | 2006-07-27 | 3 | -17868/+17495 |
* | - Rename date classes to DateTime and DateTimeZone | Derick Rethans | 2006-07-20 | 2 | -3/+3 |
* | - Enable all methods in the already existing Date and Timezone classes | Derick Rethans | 2006-07-18 | 2 | -13/+0 |
* | MFB: eliminate compile warnings | Antony Dovgal | 2006-07-11 | 1 | -3/+3 |
* | initialize vars | Antony Dovgal | 2006-07-10 | 1 | -4/+4 |
* | - Updated timezonedb to version 2006.7. | Derick Rethans | 2006-07-04 | 5 | -1410/+1463 |
* | nuke types in arginfo | Hannes Magnusson | 2006-07-02 | 1 | -2/+2 |
* | MFB: AIX and Solaris have different (gm)strftime() implementation | Antony Dovgal | 2006-06-29 | 1 | -8/+8 |
* | Fix test on linux... | Hannes Magnusson | 2006-06-29 | 1 | -4/+4 |
* | fix/improve test | Hannes Magnusson | 2006-06-29 | 1 | -4/+10 |
* | more tests | Antony Dovgal | 2006-06-27 | 5 | -0/+441 |
* | more date() tests | Antony Dovgal | 2006-06-27 | 2 | -0/+200 |
* | fix segfault with 'B' format param | Antony Dovgal | 2006-06-27 | 1 | -1/+1 |
* | plug leak in my last patch | Antony Dovgal | 2006-06-23 | 1 | -0/+1 |
* | timelib_day_of_week_ex() returns -1 if the year is less than 1753 | Antony Dovgal | 2006-06-22 | 1 | -4/+24 |
* | don't try to parse empty string, return false immediately | Antony Dovgal | 2006-06-22 | 1 | -0/+4 |
* | Fixed tests | Hannes Magnusson | 2006-06-17 | 3 | -0/+31 |
* | MFB | Nuno Lopes | 2006-06-17 | 1 | -1/+3 |
* | MFB: new tests | Nuno Lopes | 2006-06-16 | 3 | -0/+130 |
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -4/+8 |
* | Fix typo | Hannes Magnusson | 2006-06-11 | 1 | -1/+1 |
* | Fix test | Hannes Magnusson | 2006-06-10 | 1 | -0/+1 |
* | Added argument info | Hannes Magnusson | 2006-06-10 | 1 | -19/+137 |
* | - MF52: Fixed bug #37747 (strtotime segfaults when given "nextyear"). | Derick Rethans | 2006-06-08 | 3 | -9495/+7308 |
* | fix tests in unicode mode | Antony Dovgal | 2006-06-02 | 2 | -0/+23 |