| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-03-18 | 1 | -0/+18 |
| |\ | |||||
| | * | Partial fix for bug #77751 | Nikita Popov | 2019-03-18 | 1 | -0/+18 |
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-03-03 | 1 | -0/+9 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-03-03 | 1 | -0/+9 |
| | |\ | |||||
| | | * | Fix #77431 SplFileInfo::__construct() accepts NUL bytes | Christoph M. Becker | 2019-03-03 | 1 | -0/+9 |
| | | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 136 | -151/+50 |
| | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 159 | -400/+400 |
| | | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 3 | -3/+3 |
| | | * | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 17 | -389/+389 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-02-11 | 1 | -0/+36 |
| |\ \ \ | |/ / | |||||
| | * | | Fix bug #51068 (glob:// do not support current path relative) | Ahmed Abdou | 2019-02-11 | 1 | -0/+36 |
| | * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 136 | -151/+50 |
| | * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 159 | -400/+400 |
| | * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 3 | -3/+3 |
| | * | | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 2 | -81/+81 |
| * | | | Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator) | Dmitry Stogov | 2019-01-14 | 1 | -0/+40 |
| * | | | Fix #77360: class_uses causes segfault | Lauri Kenttä | 2018-12-27 | 1 | -0/+19 |
| * | | | Fix #77359: spl_autoload causes segfault | Lauri Kenttä | 2018-12-27 | 1 | -0/+14 |
| * | | | Fix #77298: segfault occurs when add property to unserialized empty ArrayObject | CHU Zhaowei | 2018-12-21 | 1 | -0/+28 |
| * | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 135 | -149/+50 |
| * | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 158 | -399/+399 |
| * | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 3 | -3/+3 |
| * | | | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 2 | -81/+81 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-22 | 1 | -0/+25 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-22 | 1 | -0/+25 |
| | |\ \ | | |/ | |||||
| | | * | Fix #68825: Exception in DirectoryIterator::getLinkTarget() | Christoph M. Becker | 2018-08-22 | 1 | -0/+25 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-18 | 1 | -0/+18 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-18 | 1 | -0/+18 |
| | |\ \ | | |/ | |||||
| | | * | Add regression test for bug #68175 | Christoph M. Becker | 2018-08-18 | 1 | -0/+18 |
| * | | | Give a reason why the test was skipped | Gabriel Caruso | 2018-07-22 | 1 | -1/+1 |
| * | | | Deprecate fgetss() and gzgetss() | Nikita Popov | 2018-07-21 | 1 | -1/+4 |
| * | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-05-23 | 1 | -0/+16 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-05-23 | 1 | -0/+16 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #76367 (NoRewindIterator segfault 11) | Xinchen Hui | 2018-05-23 | 1 | -0/+16 |
| * | | | Remove duplicated tests | Gabriel Caruso | 2018-02-22 | 4 | -134/+0 |
| * | | | remove support for string|unicode in tests | Gabriel Caruso | 2018-02-22 | 7 | -13/+13 |
| * | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 170 | -169/+169 |
| * | | | Convert iterator by reference errors to exceptions | Nikita Popov | 2018-02-19 | 3 | -3/+12 |
| * | | | Test more functionalities of SPL | Gabriel Caruso | 2018-02-19 | 6 | -0/+72 |
| * | | | Merge branch 'PHP-7.2' | Joe | 2018-02-08 | 1 | -0/+23 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe | 2018-02-08 | 1 | -0/+23 |
| | |\ \ | | |/ | |||||
| | | * | fix #74519 strange behavior of AppendIterator | CHU Zhaowei | 2018-02-08 | 1 | -0/+23 |
| * | | | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 10 | -22/+22 |
| * | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 24 | -26/+26 |
| * | | | Remove superfluous SKIPIF sections in SPL tests | Gabriel Caruso | 2018-02-03 | 5 | -18/+2 |
| * | | | Use %d when expecting line number in tests | Gabriel Caruso | 2018-02-02 | 1 | -1/+1 |
| * | | | Fix #75765 Exception on extend of undefined class | timurib | 2018-01-12 | 1 | -1/+12 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-22 | 1 | -0/+28 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 1 | -0/+28 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #73209 | Nikita Popov | 2017-12-22 | 1 | -0/+28 |
