summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string_equals() API instead of strcmp() in Date extensionGeorge Peter Banyard2021-03-171-13/+14
* Reduce date test threshold furtherNikita Popov2021-03-051-1/+1
* Reduce threshold in ext/date/tests/bug73837.phptNikita Popov2021-03-041-1/+2
* Avoid useless date conversionDmitry Stogov2021-03-041-1/+12
* Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-012-16/+16
* Improve class entry generationMáté Kocsis2021-02-161-7/+6
* Fix quadratic slowdown under asan in timelibNikita Popov2021-02-161-24/+35
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-115-63/+11
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* Generate class entries for a few extensionsMáté Kocsis2021-02-033-24/+80
* Updated to version 2021.1 (2021a)Derick Rethans2021-01-251-2360/+2559
* Merge branch 'PHP-8.0'Nikita Popov2021-01-182-3/+3
|\
| * Sync date_diff and DateTime::diff return typeNikita Popov2021-01-182-3/+3
* | Replace zend_bool uses with boolNikita Popov2021-01-151-10/+10
* | Merge branch 'PHP-8.0'Máté Kocsis2020-12-282-2/+2
|\ \ | |/
| * Fix return type of DateTimeImmutable::__set_state()Máté Kocsis2020-12-282-2/+2
* | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-262-4/+4
|\ \ | |/
| * DateTime*::getOffset() no longer returns false as of PHP 8.0.0Christoph M. Becker2020-12-262-4/+4
* | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-231-0/+8
|\ \ | |/
| * Add regression test for bug #76770Semen Dubina2020-12-231-0/+8
* | Merge branch 'PHP-8.0' into masterDerick Rethans2020-12-212-16975/+19709
|\ \ | |/
| * 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