| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails | Anatoliy Belsky | 2012-04-10 | 2 | -0/+24 |
* | Fixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails | Anatoliy Belsky | 2012-04-10 | 2 | -0/+28 |
* | Fix bug #61609 Test ext\date\tests\bug52062.phpt fails | Anatoliy Belsky | 2012-04-10 | 1 | -3/+5 |
* | - Updated to version 2012.3 (2012c) | Derick Rethans | 2012-04-02 | 1 | -616/+635 |
* | Missed 5.3 for the Armenia DST drop | Rasmus Lerdorf | 2012-03-02 | 1 | -1/+1 |
* | - Updated to version 2012.2 (2012b) | Derick Rethans | 2012-03-02 | 1 | -482/+485 |
* | - Updated to version 2012.1 (2012a) | Derick Rethans | 2012-03-01 | 1 | -587/+567 |
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
* | Resolve the last of the xfails from Bug 55253. | Daniel Convissor | 2011-12-28 | 2 | -10/+6 |
* | Resolve more xfails due to Bug 55253 being fixed. | Daniel Convissor | 2011-12-27 | 1 | -12/+10 |
* | Resolve some xfails due to Bug 55253 being fixed. (merged from 54) | Daniel Convissor | 2011-12-27 | 3 | -56/+50 |
* | This test should no longer fail, and is perfectly okay for Linux to test on too. | Derick Rethans | 2011-12-12 | 1 | -3/+0 |
* | Test cosmetics. | Derick Rethans | 2011-12-07 | 13 | -13/+13 |
* | Sorting out the tests *once* more. | Derick Rethans | 2011-12-07 | 8 | -135/+78 |
* | - print_r seems to display 0 or nothing for days, let make that test works in... | Pierre Joye | 2011-12-07 | 2 | -3/+7 |
* | - fix warning and fix buggy behavior of timelib_diff due to bad assumption of... | Pierre Joye | 2011-12-07 | 1 | -0/+1 |
* | - Fixed bug #53502 (strtotime with timezone memory leak). | Derick Rethans | 2011-12-06 | 10 | -55/+406 |
* | Make tests similar to the ones in 5.4 and trunk. | Derick Rethans | 2011-12-06 | 3 | -24/+7 |
* | - Added a test case for #53437. | Derick Rethans | 2011-12-06 | 1 | -0/+28 |
* | - Fixed bug #52062: large timestamps with DateTime::getTimestamp and DateTime... | Derick Rethans | 2011-12-06 | 3 | -3/+24 |
* | - Cosmetics for test case for #48678. | Derick Rethans | 2011-12-06 | 1 | -2/+2 |
* | - Fixed test case for #54851. | Derick Rethans | 2011-12-06 | 2 | -3/+2 |
* | - Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D"). | Derick Rethans | 2011-11-26 | 3 | -17/+128 |
* | - Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit | Derick Rethans | 2011-11-25 | 3 | -164/+258 |
* | - Force setting for tests. | Derick Rethans | 2011-11-25 | 1 | -0/+2 |
* | - Fixed bug #60236 (TLA timezone dates are not converted properly from | Derick Rethans | 2011-11-24 | 7 | -17/+29 |
* | - Updated to version 2011.14 (2011n) | Derick Rethans | 2011-11-02 | 1 | -142/+157 |
* | - Updated to version 2011.13 (2011m) | Derick Rethans | 2011-10-24 | 1 | -609/+675 |
* | Tests for the DST RFC. | Daniel Convissor | 2011-10-18 | 3 | -0/+1161 |
* | - Updated to version 2011.12 (2011l) | Derick Rethans | 2011-10-10 | 1 | -68/+69 |
* | - Updated to version 2011.11 (2011k) | Derick Rethans | 2011-09-26 | 1 | -514/+459 |
* | - skip on win, runtime TZ via putenv is not supported with ext/date | Pierre Joye | 2011-09-13 | 1 | -1/+10 |
* | - skip on win, runtime TZ via putenv is not supported with ext/date | Pierre Joye | 2011-09-13 | 1 | -0/+4 |
* | - TZ auto detection varies, not always UTC | Pierre Joye | 2011-09-13 | 1 | -2/+2 |
* | - TZ auto detection varies, not always UTC | Pierre Joye | 2011-09-13 | 1 | -4/+4 |
* | - fix test | Pierre Joye | 2011-09-13 | 1 | -0/+1 |
* | - skip on win, runtime TZ via putenv is not supported with ext/date | Pierre Joye | 2011-09-13 | 1 | -0/+4 |
* | - fix test on win, putenv is not supported for TZ and ext/date | Pierre Joye | 2011-09-13 | 1 | -24/+120 |
* | - skip on win, strftime uses system TZ | Pierre Joye | 2011-09-12 | 1 | -0/+4 |
* | - Updated to version 2011.10 (2011j) | Derick Rethans | 2011-09-12 | 1 | -82/+83 |
* | Fix test, one skipif is enough | Hannes Magnusson | 2011-09-05 | 1 | -2/+0 |
* | - skip on win, TZ cannot be set using putenv at runtime | Pierre Joye | 2011-09-04 | 1 | -0/+5 |
* | - skip on win, TZs differ with strftime | Pierre Joye | 2011-09-04 | 1 | -0/+5 |
* | - fix test on win, does not use putenv to set the TZ but date_default_timezon... | Pierre Joye | 2011-09-04 | 1 | -3/+11 |
* | Fixed bug#48476 | Hannes Magnusson | 2011-08-30 | 2 | -0/+40 |
* | - Updated to version 2011.9 (2011i) | Derick Rethans | 2011-08-29 | 1 | -678/+666 |
* | Fix differences in some sub() results that were causing tests to fail. | Daniel Convissor | 2011-08-23 | 4 | -11/+22 |
* | Fix spring tests for dst/st transition second. | Daniel Convissor | 2011-08-22 | 8 | -20/+20 |
* | possible use without init fixed | Gwynne Raskind | 2011-08-07 | 1 | -1/+1 |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -5/+5 |