summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-204/+80
* Add get_gc handle for object iteratorsNikita Popov2020-07-011-1/+2
* Update outdated arginfo hashesMáté Kocsis2020-06-301-1/+1
* Add ZPP macros for class name or object parametersMáté Kocsis2020-06-301-6/+6
* Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* Introduce InternalIteratorNikita Popov2020-06-244-2/+104
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-24121-706/+0
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Merge branch 'PHP-7.4'Nikita Popov2020-06-181-28/+0
|\
| * Remove bug48187.phptNikita Popov2020-06-181-28/+0
| * Updated to version 2020.1 (2020a)Derick Rethans2020-04-241-792/+830
* | Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-26/+17
* | Constify char * arguments of APIstwosee2020-06-082-10/+19
* | Fix expression warnings and break warningstwosee2020-06-071-11/+11
* | Fix warning of strict-prototypestwosee2020-06-072-2/+2
* | Improve type error messages when an object is givenMáté Kocsis2020-05-266-7/+7
* | Convert UNKNOWN default values to null in ext/dateMáté Kocsis2020-05-025-105/+111
* | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-278-8/+8
* | Updated to version 2020.1 (2020a)Derick Rethans2020-04-241-792/+830
* | Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-111-8/+6
* | Add support for generating method entries from stubsMáté Kocsis2020-04-115-365/+414
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-30/+30
* | 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