summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* Fix spring tests for dst/st transition second.Daniel Convissor2011-08-228-20/+20
* possible use without init fixedGwynne Raskind2011-08-071-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-5/+5
* Fix spelling error.Daniel Convissor2011-07-214-4/+4
* Have test for add/sub/diff one second during ST/DST transition in spring.Daniel Convissor2011-07-2120-0/+80
* Rename and enhance test for bug 55253 now that bugs web is up.Daniel Convissor2011-07-201-2/+16
* Have test for add/sub/diff one second during DST/ST transition.Daniel Convissor2011-07-1320-0/+88
* Add test for constructing times during the dst/st conversion.Daniel Convissor2011-07-131-0/+15
* - Updated to version 2011.8 (2011h)Derick Rethans2011-06-271-958/+703
* These are annoyingly slowHannes Magnusson2011-06-231-0/+4
* Make xfail text not reference a particular version now that 5.4 branch exists.Daniel Convissor2011-06-1924-24/+24
* Provide test for DateTime::add() issue (for discussion on internals, bugs.php...Daniel Convissor2011-06-181-0/+33
* Split DateTime diff/add/sub tests into separate files to make things easier t...Daniel Convissor2011-06-1862-742/+2143
* - Fixed bug where the DateTime object got changed while using date_diff().Derick Rethans2011-06-172-2/+56
* Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception ...Hannes Magnusson2011-06-053-101/+138
* adding an XFAIL, as we have an open bug for this testFerenc Kovacs2011-05-161-0/+2
* adding an XFAIL, as we have an open bug for this testFerenc Kovacs2011-05-161-1/+3
* set the timezone to UTC as suggested by Alexey Shein, and adding an SKIPIF as...Ferenc Kovacs2011-05-161-1/+6
* reverting 311103,311105-311109, will commit them to all three branchesFerenc Kovacs2011-05-163-12/+3
* - Fix a few more memleaks found by parfaitJohannes Schlüter2011-05-161-0/+3
* adding an XFAIL, as we have an open bug for this testFerenc Kovacs2011-05-161-1/+3
* adding an XFAIL, as we have an open bug for this testFerenc Kovacs2011-05-161-1/+3
* fix the test via setting the timezone to UTC as suggested by Alexey Shein, an...Ferenc Kovacs2011-05-161-1/+6
* en_US locale preferred output has AM/PM and also the timezoneRasmus Lerdorf2011-05-142-4/+4
* Fix the require in these testsRasmus Lerdorf2011-05-1412-12/+12
* Added missing date_default_timezone_set('UTC'); to the appropriate tests. A f...Philip Olson2011-05-123-0/+5
* - Updated to version 2011.7 (2011g)Derick Rethans2011-04-301-631/+596
* - Updated to version 2011.5 (2011e)Derick Rethans2011-04-011-571/+572
* fix last commit:Nuno Lopes2011-03-282-32546/+18031
* - Fixed bug #54283 (new DatePeriod(NULL) causes crash)Felipe Pena2011-03-232-1/+15
* Fix bug #54340 (DateTime::add() method bug).Adam Harvey2011-03-222-4/+45
* Fix bug #54316 (DateTime::createFromFormat does not handle trailing '|'Adam Harvey2011-03-213-18106/+32703
* - Updated to version 2011.4 (2011d)Derick Rethans2011-03-141-7/+7
* Add a version number to timelib for other projects that use it.Scott MacVicar2011-03-091-0/+2
* - Updated to version 2011.3 (2011c)Derick Rethans2011-03-071-428/+545
* - Updated to version 2011.2 (2011b)Derick Rethans2011-02-151-412/+475
* Add DateInterval format() tests.Daniel Convissor2011-02-112-0/+92
* Add extensive tests for DateTime::diff(), add() and sub().Daniel Convissor2011-02-1013-0/+2052
* Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime create...Stanislav Malyshev2011-01-302-2/+3
* Fix bug #52808 (Segfault when specifying interval as two dates)Stanislav Malyshev2011-01-302-2/+99
* - Let's keep this consistent in the whole file.Derick Rethans2011-01-251-1/+1
* removed un-used variableIlia Alshanetsky2011-01-241-1/+0
* - Updated to version 2011.1 (2011a)Derick Rethans2011-01-241-73/+70
* fix testsStanislav Malyshev2011-01-245-44/+79
* Fixed bug #5273 (Can't use new properties in class extended from DateInterval)Stanislav Malyshev2011-01-242-30/+70
* Fixed Bug #52063 (DateTime constructor's second argument doesn't have a null ...Stanislav Malyshev2011-01-242-2/+17
* - be sure that we got tzid by adding a default casePierre Joye2011-01-201-12/+14
* - Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bitDerick Rethans2011-01-121-2/+2
* Added testIlia Alshanetsky2011-01-051-0/+17
* Optimize unix timestamp to date-string conversion for very high year valuesIlia Alshanetsky2011-01-051-0/+6