summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-044-119/+105
* Add a ZEND_UNCOMPARABLE valueNikita Popov2020-03-311-3/+3
* Merge branch 'PHP-7.4'Christoph M. Becker2020-03-302-41/+79
|\
| * Fix #74940: DateTimeZone loose comparison always trueChristoph M. Becker2020-03-302-43/+77
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-192-0/+25
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-192-0/+25
| |\
| | * Fix #79396: DateTime hour incorrect during DST jump forwardNate Brunette2020-03-192-0/+25
| * | Apply tidy formattingNikita Popov2020-02-031-1/+1
* | | Change argument error message formatMáté Kocsis2020-02-269-15/+15
* | | Make type error messages more consistentMáté Kocsis2020-02-179-17/+16
* | | Reindent phpt filesNikita Popov2020-02-03154-1202/+1202
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-302-5/+15
|\ \ \ | |/ /
| * | Fix DatePeriod property handling with indirect modificationNikita Popov2020-01-302-4/+17
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-302-0/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-302-0/+13
| |\ \ | | |/
| | * Fix leak in DateTimeImmutable::modify()Nikita Popov2020-01-302-0/+13
* | | Fix leak in DatePeriod construction with invalid formatNikita Popov2020-01-302-0/+10
* | | Fix rel_date leak on DateInterval construction failureNikita Popov2020-01-282-0/+17
* | | Fix #78880 Another roundMáté Kocsis2020-01-194-4/+4
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-1/+1
* | | Adding DateTime(Immutable)::createFromInterface()mike2020-01-036-0/+216
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-032-5/+49
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-032-5/+49
| |\ \ | | |/
| | * Fix #79015: undefined-behavior in php_date.cChristoph M. Becker2020-01-032-5/+49
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-18/+18
* | | Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-011-1/+1
* | | Use RETURN_THROWS() during ZPP in the date, dba and dom extensionsMáté Kocsis2019-12-311-8/+8
* | | Fix #78880: Spelling error reportChristoph M. Becker2019-12-212-6/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-161-206/+0
|\ \ \ | |/ /
| * | Remove DateTime class registration testNikita Popov2019-12-161-208/+0
* | | Support single class unions in gen stubsNikita Popov2019-11-153-32/+44
* | | Fix DateTimeImmutable stubsNikita Popov2019-11-153-2/+13
* | | Add union return types for function stubsMáté Kocsis2019-11-112-56/+51
* | | Clean DONE tags from testsFabien Villepinte2019-11-07151-302/+0
* | | Add missing ZPP checksMáté Kocsis2019-11-011-1/+15
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-18/+6
* | | Add Z_PARAM_STRING/ARRAY_OR_NULL convenience macrosNikita Popov2019-10-291-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-282-6/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-282-6/+22
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-282-6/+22
| | |\
| | | * Fix #78751: Serialising DatePeriod converts DateTimeImmutableChristoph M. Becker2019-10-282-6/+22
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-181-1/+1
|\ \ \ \ | |/ / /
| * | | Fix test caseChristoph M. Becker2019-10-181-1/+1
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-185-4/+32
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-185-4/+32
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-185-4/+32
| | |\ \ | | | |/
| | | * Fix #70153 \DateInterval incorrectly unserializedm.yakunin2019-10-185-4/+32
* | | | Merge branch 'PHP-7.4'Derick Rethans2019-10-154-1101/+1091
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2019-10-154-1101/+1091
| |\ \ \ | | |/ /