summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* Updated to version 2021.1 (2021a)Derick Rethans2021-01-251-2360/+2559
* Sync date_diff and DateTime::diff return typeNikita Popov2021-01-182-3/+3
* Fix return type of DateTimeImmutable::__set_state()Máté Kocsis2020-12-282-2/+2
* DateTime*::getOffset() no longer returns false as of PHP 8.0.0Christoph M. Becker2020-12-262-4/+4
* Add regression test for bug #76770Semen Dubina2020-12-231-0/+8
* Fixed bug #80376 (last day of the month causes runway cpu usage)Derick Rethans2020-12-212-16975/+19709
|\
| * Fixed bug #80376 (last day of the month causes runway cpu usage)Derick Rethans2020-12-212-16889/+19644
* | Revert "DateTime:: and DateTimeImmutable::getTimestamp() may return false"Christoph M. Becker2020-12-202-3/+3
* | DateTime:: and DateTimeImmutable::getTimestamp() may return falseChristoph M. Becker2020-12-202-3/+3
* | Fix ext/date stubsChristoph M. Becker2020-12-202-7/+7
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-10-261-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-261-0/+1
| |\
| | * Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard and ext/dateChristoph M. Becker2020-10-261-0/+1
| | * Updated to version 2020.4 (2020d)Derick Rethans2020-10-221-399/+400
| | * Updated to version 2020.3 (2020c)Derick Rethans2020-10-191-3/+3
| * | Updated to version 2020.4 (2020d)Derick Rethans2020-10-221-399/+400
| * | Updated to version 2020.3 (2020c)Derick Rethans2020-10-191-3/+3
* | | Require stubs to declare return types for magic methods when possibleMáté Kocsis2020-10-232-1/+7
* | | Updated to version 2020.4 (2020d)Derick Rethans2020-10-221-399/+400
* | | Updated to version 2020.3 (2020c)Derick Rethans2020-10-191-3/+3
* | | Verify parameter names of function aliasesMáté Kocsis2020-10-163-11/+8
* | | Improve parameter names in ext/intlMáté Kocsis2020-10-122-3/+3
* | | Merge branch 'PHP-7.4' into PHP-8.0Derick Rethans2020-10-111-9/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2020-10-111-9/+7
| |\ \ | | |/
| | * Fixed test for bug #48097 due to confirmed data changes in timelibDerick Rethans2020-10-111-9/+7
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-091-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-091-0/+2
| |\ \ | | |/
| | * XFAIL test broken by timelib updateNikita Popov2020-10-091-0/+2
| | * Updated to version 2020.2 (2020b)Derick Rethans2020-10-081-853/+724
| | * Updated to version 2020.2 (2020b)Derick Rethans2020-10-081-1/+1
| * | Updated to version 2020.2 (2020b)Derick Rethans2020-10-081-853/+724
| * | Updated to version 2020.2 (2020b)Derick Rethans2020-10-081-1/+1
| * | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2020-08-311-3/+3
| |\ \ | | |/
| | * Fixed test caseDerick Rethans2020-08-311-3/+3
* | | Updated to version 2020.2 (2020b)Derick Rethans2020-10-081-853/+724
* | | Updated to version 2020.2 (2020b)Derick Rethans2020-10-081-1/+1
* | | Update ext/standard parameter namesNikita Popov2020-09-291-2/+2
* | | Promote a few forgotten warnings to exceptionsMáté Kocsis2020-09-252-2/+23
* | | Run tidyNikita Popov2020-09-187-8/+8
* | | Add some ValueErrors to ext/dateGeorge Peter Banyard2020-09-1615-94/+258
* | | Slightly improve error handling in DatePeriod::__construct()Máté Kocsis2020-09-146-27/+70
* | | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-093-4/+4
* | | Fixed bug #80057 (DateTimeImmutable::createFromFormat() does not populate time)Derick Rethans2020-09-043-9/+32
* | | Fix build warnings after timelib updateNikita Popov2020-08-311-9/+7
* | | Update timelib to 2020.02Derick Rethans2020-08-317-11/+13
* | | Update timelib to 2020.01Derick Rethans2020-08-3111-7435/+7739
* | | Merge branch 'PHP-7.4' into masterDerick Rethans2020-08-315-19414/+16670
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2020-08-315-19414/+16670
| |\ \ | | |/
| | * Update timelib to 2018.04Derick Rethans2020-08-315-19414/+16670
| | * Updated to version 2020.1 (2020a)Derick Rethans2020-04-241-792/+830