summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
Commit message (Expand)AuthorAgeFilesLines
* Don't assert when comparing uninit DateTimeZone objectsNikita Popov2020-08-271-1/+4
* Fix #74940: DateTimeZone loose comparison always trueChristoph M. Becker2020-03-301-0/+28
* 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
* | Fix DatePeriod property handling with indirect modificationNikita Popov2020-01-301-4/+10
* | 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
* | 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
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-281-6/+6
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-281-6/+6
| |\
| | * Fix #78751: Serialising DatePeriod converts DateTimeImmutableChristoph M. Becker2019-10-281-6/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-181-1/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-181-1/+15
| |\ \ | | |/
| | * Fix #70153 \DateInterval incorrectly unserializedm.yakunin2019-10-181-1/+15
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-191-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-191-1/+1
| |\ \ | | |/
| | * Fix typoCJDennis2019-09-191-1/+1
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-06-191-1/+1
| |\ \ | | |/
| | * export php_timeJoe Watkins2019-06-191-1/+1
* | | Fixed bug #78383Nikita Popov2019-08-081-0/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-06-191-9/+25
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-06-191-9/+25
| |\ \ | | |/
| | * Resolve discrepencies between second value yielded by gettimeofday and time, ...Joe Watkins2019-06-191-9/+25
* | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-16/+20
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-0/+12
* | | Merge branch 'PHP-7.3' into PHP-7.4Craig Duncan2019-05-301-3/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Craig Duncan2019-05-301-3/+34
| |\ \ | | |/
| | * Ensure the internal properties cannot be overwrittenCraig Duncan2019-05-301-3/+34
* | | Specify get_property_ptr_ptr handler for DatePeriodNikita Popov2019-05-291-1/+10
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-9/+10
* | | Make DateInterval objects uncomparableNikita Popov2019-04-231-4/+14
* | | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2019-04-171-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Derick Rethans2019-04-171-0/+4
| |\ \ | | |/
| | * Fixed bug #77909: DatePeriod::__construct() with invalid recurrence count valueIgnace Nyamagana Butera2019-04-171-0/+4
* | | Avoid time(NULL) call if explicit timestamp givenNikita Popov2019-04-081-2/+10
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-181-10/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-181-2/+1
| |\ \ | | |/
| | * Fix unused variable warningNikita Popov2019-03-181-2/+1
| * | Merge branch 'PHP-7.2' into PHP-7.3Derick Rethans2019-03-171-10/+10
| |\ \ | | |/
| | * Fixed 7.2 compat issueDerick Rethans2019-03-171-10/+10
* | | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2019-03-171-0/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Derick Rethans2019-03-171-0/+23
| |\ \ | | |/
| | * Fixed bug #75113: Added DatePeriod::getRecurrences() method.Ignace Nyamagana Butera2019-03-171-0/+23
* | | Remove HAVE_STRFTIMEPeter Kokot2019-03-141-6/+0
* | | Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERSPeter Kokot2019-03-041-4/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2019-02-281-2/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Derick Rethans2019-02-281-2/+11
| |\ \ | | |/
| | * Fixed bug #50020 (DateInterval:createDateFromString() silently fails)Derick Rethans2019-02-281-2/+11