summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* Updated to version 2019.2 (2019b)Derick Rethans2019-08-111-8095/+7609
* 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
* | 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
* | 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
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-292-0/+83
|\ \ | |/
| * Add tests for DatePeriod propertiesCraig Duncan2019-05-292-0/+83
* | 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
* | 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.2' into PHP-7.3Derick Rethans2019-03-173-0/+40
|\ \ | |/
| * Fixed bug #75113: Added DatePeriod::getRecurrences() method.Ignace Nyamagana Butera2019-03-173-0/+40
* | Merge branch 'PHP-7.2' into PHP-7.3Derick Rethans2019-02-283-37/+24
|\ \ | |/
| * Fixed bug #50020 (DateInterval:createDateFromString() silently fails)Derick Rethans2019-02-283-37/+24
* | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-02-132-82/+8
|\ \ | |/
| * Refactor timelib.m4Peter Kokot2019-02-132-85/+8
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-121-8/+1
|\ \ | |/
| * Remove "defensive copy" of DatePeriod propertiesNikita Popov2019-02-121-8/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Derick Rethans2019-01-073-15/+15
|\ \ | |/
| * Update tests due to data changes in tzdata 2018iDerick Rethans2019-01-073-15/+15
| * Updated to version 2018.9 (2018i)Derick Rethans2019-01-071-877/+1253
* | Updated to version 2018.9 (2018i)Derick Rethans2019-01-071-30672/+30638
* | Update API use due to changes in timelib 2018.01RC3Derick Rethans2018-12-231-5/+5
* | Upgrade timelib to 2018.01RC3Derick Rethans2018-12-233-135/+172
* | Merge branch 'PHP-7.2' into PHP-7.3Derick Rethans2018-11-283-3/+39
|\ \ | |/
| * Fixed bug #77097 (DateTime::diff gives wrong diff when the actual diff is les...Derick Rethans2018-11-283-4/+40
| * Updated to version 2018.7 (2018g)Derick Rethans2018-10-301-734/+666
| * Updated to version 2018.6 (2018f)Derick Rethans2018-10-221-30584/+30242
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1579-83/+53
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-14343-1035/+1035
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| * Upgrade timelib to 2017.08, to fix bug #77007Derick Rethans2018-10-124-67/+68
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1576-80/+50
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-14330-1000/+1000
* | Upgrade timelib to 2018.01RC1, to fix bug #77007Derick Rethans2018-10-128-143/+131
* | Fixed testsDerick Rethans2018-10-092-3/+3
* | Added test case for bug #75577Derick Rethans2018-10-091-0/+22
* | Fixed bug #75577: DateTime::createFromFormat does not accept 'v' format speci...Derick Rethans2018-10-098-341/+812
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-083-7/+56
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-083-7/+56
| |\
| | * Fix #75851: Year component overflow with date formats "c", "o", "r" and "y"Adam Saponara2018-10-083-7/+56