summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2019-10-154-1101/+1091
|\
| * Import timelib version 2018.03Derick Rethans2019-10-154-1101/+1091
| * Updated to version 2019.3 (2019c)Derick Rethans2019-10-021-1/+1
* | Updated to version 2019.3 (2019c)Derick Rethans2019-10-021-1/+1
* | Fix borked SKIPIFsFabien Villepinte2019-09-3012-10/+14
* | 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
| * | Updated to version 2019.2 (2019b)Derick Rethans2019-08-111-8095/+7609
* | | Updated to version 2019.2 (2019b)Derick Rethans2019-08-111-8095/+7609
* | | Fix test when default TZ is not UTCMatteo Beccati2019-08-091-1/+1
* | | Fixed bug #78383Nikita Popov2019-08-082-0/+26
* | | Remove timelib outdated definesPeter Kokot2019-07-143-4/+0
* | | Clean up DateTimeZone::getLocation() testNikita Popov2019-07-101-12/+7
* | | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2019-06-3016-189/+58
|\ \ \ | |/ /
| * | Fixed tests due to changed timezone dataDerick Rethans2019-06-302-122/+14
| * | Update timelib to 2018.02Derick Rethans2019-06-3014-69/+46
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-06-192-1/+3
| |\ \ | | |/
| | * export php_timeJoe Watkins2019-06-192-1/+3
* | | Clean headers checksPeter Kokot2019-06-271-4/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-06-192-9/+27
|\ \ \ | |/ /
| * | 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
* | | Fix 32-bit warnings in timelibNikita Popov2019-06-111-2/+2
* | | 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-303-15/+90
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Craig Duncan2019-05-303-15/+90
| |\ \ | | |/
| | * Add a test for bug #65672Craig Duncan2019-05-301-0/+44
| | * Ensure the internal properties cannot be overwrittenCraig Duncan2019-05-302-15/+46
* | | Specify get_property_ptr_ptr handler for DatePeriodNikita Popov2019-05-291-1/+10
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-292-0/+83
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-292-0/+83
| |\ \ | | |/
| | * Add tests for DatePeriod propertiesCraig Duncan2019-05-292-0/+83
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-9/+10
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Remove duplicate variablesVinicius Dias2019-05-121-2/+1
* | | Make DateInterval objects uncomparableNikita Popov2019-04-233-8/+49
* | | Add test for date timestampVitor Mattos2019-04-201-0/+25
* | | Remove dead "props" member from date objectsNikita Popov2019-04-181-3/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2019-04-172-0/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Derick Rethans2019-04-172-0/+23
| |\ \ | | |/
| | * Fixed bug #77909: DatePeriod::__construct() with invalid recurrence count valueIgnace Nyamagana Butera2019-04-172-0/+23
| * | Updated to version 2019.1 (2019a)Derick Rethans2019-04-011-599/+616
* | | Remove HAVE_* for always available extensionsGabriel Caruso2019-04-141-1/+0
* | | Avoid time(NULL) call if explicit timestamp givenNikita Popov2019-04-081-2/+10
* | | Updated to version 2019.1 (2019a)Derick Rethans2019-04-011-599/+616
* | | 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