| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run tidy | Nikita Popov | 2020-09-18 | 2 | -2/+2 |
| * | Remove unnecessary PHPDoc-alike blocks from tests | Máté Kocsis | 2020-06-24 | 65 | -345/+0 |
| * | Improve a last couple of argument error messages | Máté Kocsis | 2020-04-20 | 1 | -1/+1 |
| * | Improve some TypeError and ValueError messages | Máté Kocsis | 2020-04-14 | 2 | -2/+2 |
| * | Improve some ValueError messages | Máté Kocsis | 2020-04-06 | 1 | -1/+1 |
| * | Reindent phpt files | Nikita Popov | 2020-02-03 | 31 | -147/+147 |
| * | Throw an exception if default_dir not set, but required | Nikita Popov | 2020-01-28 | 1 | -0/+12 |
| * | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 12 | -33/+33 |
| * | Fix #78880: Another bunch of spelling errors | Máté Kocsis | 2020-01-16 | 3 | -9/+9 |
| * | Fix #78880: Spelling error report | Christoph M. Becker | 2019-12-21 | 4 | -4/+4 |
| * | Convert Errors to ValueErrors | George Peter Banyard | 2019-12-05 | 1 | -1/+1 |
| * | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 57 | -114/+0 |
| * | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-08 | 7 | -63/+7 |
| |\ | |||||
| | * | Avoid file clash in root_check skipifs | Fabien Villepinte | 2019-10-08 | 7 | -63/+7 |
| * | | Move and fix scandir related bug test | George Peter Banyard | 2019-08-30 | 1 | -0/+14 |
| * | | Promote warnings to errors in dir stdlib extension | George Peter Banyard | 2019-08-30 | 3 | -13/+19 |
| * | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-08-19 | 1 | -0/+16 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-08-19 | 1 | -0/+16 |
| | |\ | |||||
| | | * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-08-19 | 1 | -0/+16 |
| | | |\ | |||||
| | | | * | Fix #78220: Can't access OneDrive folder | Christoph M. Becker | 2019-08-19 | 1 | -0/+16 |
| | | | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 4 | -4/+2 |
| | | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 93 | -171/+171 |
| | | * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 4 | -4/+2 |
| | | * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 92 | -169/+169 |
| * | | | | Convert fetch_resource warnings into TypeErrors | Nikita Popov | 2019-06-03 | 6 | -24/+38 |
| * | | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-05-11 | 1 | -2/+2 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Prevent race condition | Christoph M. Becker | 2019-05-11 | 1 | -2/+2 |
| * | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-15 | 54 | -137/+137 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 56 | -141/+141 |
| * | | | | Adjust tests for zpp TypeError change | Nikita Popov | 2019-03-11 | 2 | -295/+0 |
| |/ / / | |||||
| * | | | More zpp error/variation test removals | Nikita Popov | 2019-03-07 | 27 | -4031/+0 |
| * | | | Use separate directories for win32 dir tests | Nikita Popov | 2019-03-04 | 5 | -27/+32 |
| * | | | Fix some directory collisions in dir tests | Nikita Popov | 2019-02-25 | 3 | -12/+18 |
| * | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 4 | -4/+2 |
| * | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 83 | -102/+102 |
| * | | | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 40 | -67/+67 |
| |/ / | |||||
| * | | Remove duplicated tests | Gabriel Caruso | 2018-02-22 | 1 | -75/+0 |
| * | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 16 | -16/+16 |
| * | | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 9 | -36/+36 |
| * | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 11 | -52/+52 |
| |/ | |||||
| * | Merge branch 'PHP-7.1' | Anatol Belski | 2017-01-24 | 1 | -2/+2 |
| |\ | |||||
| | * | dirname() should not normalize paths | Anatol Belski | 2017-01-24 | 1 | -2/+2 |
| * | | preliminary fix for bug #73971, more refactoring is needed | Anatol Belski | 2017-01-22 | 1 | -0/+54 |
| |/ | |||||
| * | Fixed bug #73877 readlink() returns garbage for UTF-8 paths | Anatol Belski | 2017-01-07 | 1 | -0/+50 |
| * | Add skipifs to some mb path tests | Anatol Belski | 2016-09-02 | 32 | -0/+192 |
| * | Fixed bug #72625 realpath() fails on non canonical long path | Anatol Belski | 2016-07-23 | 1 | -0/+53 |
| * | fix test | Anatol Belski | 2016-06-22 | 1 | -0/+2 |
| * | Fixed the UTF-8 and long path support in the streams on Windows. | Anatol Belski | 2016-06-20 | 34 | -0/+3356 |
| * | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-05-12 | 2 | -17/+17 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-05-12 | 2 | -17/+17 |
| | |\ | |||||
