summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
Commit message (Expand)AuthorAgeFilesLines
* Add some ValueErrors to ext/dateGeorge Peter Banyard2020-09-161-26/+44
* Slightly improve error handling in DatePeriod::__construct()Máté Kocsis2020-09-141-10/+25
* Fixed bug #80057 (DateTimeImmutable::createFromFormat() does not populate time)Derick Rethans2020-09-041-8/+15
* Fix build warnings after timelib updateNikita Popov2020-08-311-9/+7
* Merge branch 'PHP-7.4'Nikita Popov2020-08-271-1/+4
|\
| * Don't assert when comparing uninit DateTimeZone objectsNikita Popov2020-08-271-1/+4
* | Fix leak on failed DatePeriod initializationNikita Popov2020-08-271-0/+6
* | Add some missing DatePeriod initialization checksNikita Popov2020-08-131-0/+2
* | Prefer strtoll over atollNikita Popov2020-08-051-5/+1
* | datetime: new format "p", same as "P" but returning "Z" for UTCGregor Harlan2020-08-031-0/+6
* | Fixed bug #60302: DateTime::createFromFormat should new static(), not new self()Derick Rethans2020-08-031-7/+7
* | Fix incorrect initialization in date_sunrise()Nikita Popov2020-07-211-1/+1
* | Remove proto comments from C filesMax Semenik2020-07-061-204/+80
* | Add get_gc handle for object iteratorsNikita Popov2020-07-011-1/+2
* | Add ZPP macros for class name or object parametersMáté Kocsis2020-06-301-6/+6
* | Introduce InternalIteratorNikita Popov2020-06-241-1/+8
* | Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-26/+17
* | Constify char * arguments of APIstwosee2020-06-081-7/+16
* | Fix expression warnings and break warningstwosee2020-06-071-11/+11
* | Fix warning of strict-prototypestwosee2020-06-071-1/+1
* | Convert UNKNOWN default values to null in ext/dateMáté Kocsis2020-05-021-75/+81
* | Add support for generating method entries from stubsMáté Kocsis2020-04-111-97/+26
* | Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-041-63/+1
* | Add a ZEND_UNCOMPARABLE valueNikita Popov2020-03-311-3/+3
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-301-0/+30
|\ \ | |/
| * Fix #74940: DateTimeZone loose comparison always trueChristoph M. Becker2020-03-301-0/+28
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-191-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-191-0/+1
| |\
| | * Fix #79396: DateTime hour incorrect during DST jump forwardNate Brunette2020-03-191-0/+1
| * | Apply tidy formattingNikita Popov2020-02-031-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-301-5/+8
|\ \ \ | |/ /
| * | Fix DatePeriod property handling with indirect modificationNikita Popov2020-01-301-4/+10
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-301-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-301-0/+1
| |\ \ | | |/
| | * Fix leak in DateTimeImmutable::modify()Nikita Popov2020-01-301-0/+1
* | | Fix leak in DatePeriod construction with invalid formatNikita Popov2020-01-301-0/+3
* | | Fix rel_date leak on DateInterval construction failureNikita Popov2020-01-281-0/+3
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Adding DateTime(Immutable)::createFromInterface()mike2020-01-031-0/+44
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-031-5/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-031-5/+7
| |\ \ | | |/
| | * Fix #79015: undefined-behavior in php_date.cChristoph M. Becker2020-01-031-5/+7
* | | 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
* | | Support single class unions in gen stubsNikita Popov2019-11-151-2/+2
* | | Fix DateTimeImmutable stubsNikita Popov2019-11-151-2/+2
* | | 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