summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* Fixed ext/date tests due to changes in Olson databaseDerick Rethans2017-11-076-89/+66
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-10-241-1/+1
|\
| * Parametrize the expected value to avoid platform false positivesAnatol Belski2017-10-241-1/+1
* | Update timezonemap.h, which needs to match the bundled TZ dbDerick Rethans2017-10-241-736/+44
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-10-243-717/+2304
|\ \ | |/
| * Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian()Anatol Belski2017-10-243-716/+2303
* | Updated to version 2017.3 (2017c)Derick Rethans2017-10-231-1078/+1009
* | Fix array access on undeclared properties in DateIntervalAnatol Belski2017-10-092-1/+52
* | Revert "Upgrade timelib to 2017.05beta7"Derick Rethans2017-08-1647-14505/+11777
* | Revert "Remove removed header files from configuration files."Derick Rethans2017-08-162-2/+2
* | Added timelib version to phpinfo()Derick Rethans2017-08-161-0/+1
* | cleanupRemi Collet2017-08-161-23670/+0
* | Remove removed header files from configuration files.Derick Rethans2017-08-152-2/+2
* | Upgrade timelib to 2017.05beta7Derick Rethans2017-08-1548-11777/+38175
* | Fixed bug #75002 Null Pointer Dereference in timelib_time_cloneDerick Rethans2017-08-022-0/+26
* | Fixed bug #74852 (property_exists returns true on unknown DateInterval property)jhdxr2017-07-102-5/+22
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-041-2/+2
|\ \ | |/
| * Fix testsStanislav Malyshev2017-07-041-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-042-6370/+5466
|\ \ | |/
| * Fixed parsing of strange formats with mixed month/day and time stringsDerick Rethans2017-07-042-6370/+5466
| * Updated to version 2016.10 (2016j)Derick Rethans2016-11-241-432/+583
| * Updated to version 2016.9 (2016i)Derick Rethans2016-11-031-919/+1064
| * Updated to version 2016.8 (2016h)Derick Rethans2016-10-241-456/+458
* | Avoid exact floating point comparisonSteve Walk2017-04-201-2/+2
* | Fixed bug #74080 Add datetime constant for RFC7231Craig Duncan2017-04-173-1/+21
* | Fixed bug #74404 (wrong reflection on DateTimeZone::getTransitions)Joe Watkins2017-04-101-1/+1
* | Forgot to update the output in the test tooDerick Rethans2017-03-271-1/+1
* | Fixed test for #33415 due to data fixes.Derick Rethans2017-03-271-5/+5
* | Updated to version 2017.2 (2017b)Derick Rethans2017-03-241-580/+618
* | Fixed bug #72096 Swatch time value incorrect for dates before 1970mcq82017-03-092-8/+44
* | Fixed tests after tzdb removed abbreviationsDerick Rethans2017-03-028-132/+132
* | Make sure we anchor this test to FebruaryDerick Rethans2017-03-021-3/+3
* | Fix bug73858.phpt to work in months without 31 daysMitch Hagstrand2017-03-021-3/+3
* | Updated to version 2017.1 (2017a)Derick Rethans2017-03-011-3585/+3620
* | Upgrade timelib to 2017.01Derick Rethans2017-02-128-3/+169
* | Add test ini_set with invalid time zoneNiklas Keller2017-01-161-0/+10
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0Nuno Lopes2016-11-301-432/+583
|\ \
| * | Updated to version 2016.10 (2016j)Derick Rethans2016-11-241-432/+583
* | | fix gcov coverageNuno Lopes2016-11-161-48/+48
|/ /
* | move declaration of vars to topjhdxr2016-11-131-2/+3
* | add test for #69587jhdxr2016-11-131-0/+15
* | fix bug #69587 DateInterval properties and issetjhdxr2016-11-131-0/+48
* | added a test for date_interval_format functionJean Carlo Machado2016-11-121-0/+21
* | Updated to version 2016.9 (2016i)Derick Rethans2016-11-031-919/+1064
* | Updated to version 2016.8 (2016h)Derick Rethans2016-10-241-456/+458
* | Merge branch 'PHP-7.0.12' into PHP-7.0Stanislav Malyshev2016-10-112-2/+48
|\ \
| * | Fix bug #73091 - Unserializing DateInterval object may lead to __toString inv...Stanislav Malyshev2016-09-252-2/+48
* | | Merge branch 'PHP-5.6' into PHP-7.0Derick Rethans2016-09-303-10/+10
|\ \ \ | | |/ | |/|
| * | Fixed tests due to changes in underlaying dataDerick Rethans2016-09-303-10/+10