| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 59 | -73/+29 |
| * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 129 | -257/+257 |
| * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+1 |
| * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -2/+2 |
| * | Fixed bug #66430 | Nikita Popov | 2018-10-02 | 1 | -0/+42 |
| * | Fixed bug #76936 | Nikita Popov | 2018-10-02 | 1 | -0/+45 |
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-09-05 | 2 | -0/+23 |
| |\ | |||||
| | * | Fix #74454: Wrong exception being thrown when using ReflectionMethod | Christoph M. Becker | 2018-09-05 | 2 | -0/+23 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-07-02 | 1 | -0/+25 |
| |\ \ | |/ | |||||
| | * | Fixed bug #75231 | Nikita Popov | 2018-07-02 | 1 | -0/+25 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-06-28 | 1 | -0/+20 |
| |\ \ | |/ | |||||
| | * | Fixed bug #76536 (PHP crashes with core dump when throwing exception in error... | Xinchen Hui | 2018-06-28 | 1 | -0/+20 |
| * | | Revert BC break caused by fixing bug #74035 | Michael Moravec | 2017-11-06 | 2 | -12/+1 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Derick Rethans | 2017-08-16 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Derick Rethans | 2017-08-16 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Fixed stupid test | Derick Rethans | 2017-08-16 | 1 | -0/+1 |
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-07-27 | 1 | -0/+27 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-07-27 | 1 | -0/+27 |
| | |\ \ | | |/ | |||||
| | | * | Fixed test | Xinchen Hui | 2017-07-27 | 1 | -0/+27 |
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-07-27 | 1 | -0/+24 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-07-27 | 1 | -0/+24 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #74949 (null pointer dereference in _function_string) | Xinchen Hui | 2017-07-27 | 1 | -0/+24 |
| * | | | Implement object type annotation | MichaĆ Brzuchalski | 2017-06-25 | 2 | -9/+9 |
| * | | | Rename ReflectionClass::isIterateable() to isIterable() | Sara Golemon | 2017-05-31 | 1 | -1/+7 |
| * | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-05-31 | 1 | -0/+22 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-05-31 | 1 | -0/+22 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #74673 (Segfault when cast Reflection object to string with undefin... | Xinchen Hui | 2017-05-31 | 1 | -0/+22 |
| | * | | Test ReflectionType support of iterable | Andrea Faulds | 2017-04-29 | 1 | -0/+2 |
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-12 | 2 | -12/+1 |
| | |\ \ | | |/ | |||||
| | | * | Revert "Fixed bug #74035" | Nikita Popov | 2017-02-12 | 2 | -12/+1 |
| * | | | Test ReflectionType support of iterable | Andrea Faulds | 2017-04-29 | 1 | -0/+2 |
| * | | | Don't leak internal flags in reflection | Nikita Popov | 2017-04-22 | 4 | -44/+44 |
| * | | | Fix reflection test after flag removal | Nikita Popov | 2017-04-22 | 1 | -2/+2 |
| * | | | ReflectionGenerator now sends ReflectionException as expected | Julien Pauli | 2017-02-07 | 2 | -0/+42 |
| * | | | Deprecate __autoload() | Nikita Popov | 2017-02-03 | 3 | -9/+7 |
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-03 | 2 | -1/+12 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-03 | 2 | -1/+12 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #74035 | andrewnester | 2017-02-03 | 2 | -1/+12 |
| * | | | Remove obsolete version checks from tests | Nikita Popov | 2017-02-02 | 4 | -12/+4 |
| * | | | Remove zend_version() checks from tests | Nikita Popov | 2017-01-30 | 4 | -162/+10 |
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2016-12-18 | 1 | -0/+18 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-12-18 | 1 | -0/+18 |
| | |\ \ | | |/ | |||||
| | | * | Fix bug #46103 | Nikita Popov | 2016-12-18 | 1 | -0/+18 |
| | | * | Fixed bug #72846 (getConstant for a array constant with constant values retur... | Xinchen Hui | 2016-08-15 | 1 | -0/+48 |
| * | | | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 7 | -361/+361 |
| * | | | Fix CRLF line-endings in tests | Nikita Popov | 2016-11-20 | 2 | -110/+110 |
| * | | | Convert numeric keys in object/array casts | Andrea Faulds | 2016-11-14 | 1 | -0/+6 |
| |/ / | |||||
| * | | Don't mark ReflectionType::__toString() as deprecated for now | Nikita Popov | 2016-09-28 | 2 | -11/+2 |
| * | | Revert ReflectionType::__toString() behavior + deprecate | Nikita Popov | 2016-09-28 | 5 | -11/+20 |
| * | | Implement \ArgumentCountError exception | Davey Shafik | 2016-08-30 | 2 | -2/+2 |
