| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix leak on consteval exception in ReflectionClass::__toString() | Nikita Popov | 2020-08-31 | 1 | -0/+17 |
| * | Check update constant failure in ReflectionClassConstant::__toString() | Nikita Popov | 2020-08-31 | 1 | -0/+18 |
| * | Fixed bug #79820 | Christopher Broadbent | 2020-07-15 | 1 | -0/+22 |
| * | Fix #69804: ::getStaticPropertyValue() throws on protected props | Christoph M. Becker | 2020-06-24 | 3 | -34/+70 |
| * | Fix #79487: ::getStaticProperties() ignores property modifications | Christoph M. Becker | 2020-06-24 | 1 | -0/+34 |
| * | Revert "Fix #79487: ::getStaticProperties() ignores property modifications" | Christoph M. Becker | 2020-06-23 | 1 | -34/+0 |
| * | Fix #79487: ::getStaticProperties() ignores property modifications | Christoph M. Becker | 2020-06-23 | 1 | -0/+34 |
| * | Fixed bug #79683 | Nikita Popov | 2020-06-09 | 1 | -0/+35 |
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-02-28 | 1 | -0/+34 |
| |\ | |||||
| | * | Fixed bug #79062 | Nikita Popov | 2020-02-28 | 1 | -0/+34 |
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-17 | 1 | -0/+16 |
| |\ \ | |/ | |||||
| | * | Fixed bug #79115 | Nikita Popov | 2020-01-17 | 1 | -0/+16 |
| * | | Fixed bug #78895 (Reflection detects abstract non-static class as abstract st... | Dmitry Stogov | 2019-12-09 | 1 | -0/+38 |
| * | | Add a test for ReflectionClass:getInterfaceNames() | Fabien Villepinte | 2019-11-04 | 1 | -0/+7 |
| * | | Fixed bug #78774 | Nikita Popov | 2019-11-04 | 1 | -0/+22 |
| * | | Revert "Add tests for ReflectionZendExtension" | Fabien Villepinte | 2019-10-21 | 3 | -70/+0 |
| * | | Add tests for ReflectionZendExtension | Fabien Villepinte | 2019-10-21 | 3 | -0/+70 |
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Joe Watkins | 2019-10-21 | 2 | -30/+44 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-10-21 | 2 | -30/+44 |
| | |\ | |||||
| | | * | Fix bug #78697: inaccurate error message | Fabien Villepinte | 2019-10-21 | 2 | -30/+44 |
| * | | | Fixed bug #78410 | Nikita Popov | 2019-08-13 | 1 | -6/+18 |
| * | | | Special-case rc=1 self-referential arrays in ReflectionReference | Nikita Popov | 2019-07-22 | 1 | -0/+17 |
| * | | | Revert "Add ReflectionReference::getRefcount()" | Nikita Popov | 2019-07-22 | 1 | -14/+1 |
| * | | | Deprecate Reflection export() methods | Nikita Popov | 2019-07-22 | 28 | -57/+108 |
| * | | | Add ReflectionReference::getRefcount() | Nikita Popov | 2019-07-08 | 1 | -1/+14 |
| * | | | Deprecate ReflectionType::__toString() | Nikita Popov | 2019-06-05 | 3 | -3/+12 |
| * | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -1/+6 |
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-05-09 | 1 | -0/+25 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-09 | 1 | -0/+25 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #75186 | Nikita Popov | 2019-05-09 | 1 | -0/+25 |
| * | | | Fixed bug #77951 | Nikita Popov | 2019-05-09 | 1 | -12/+16 |
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-04-15 | 1 | -0/+38 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-04-15 | 1 | -0/+38 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #77882 | Nikita Popov | 2019-04-15 | 1 | -0/+38 |
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-03-22 | 1 | -0/+22 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-03-22 | 1 | -0/+22 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #77772 | Nikita Popov | 2019-03-22 | 1 | -0/+22 |
| | | * | 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 |
| | * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 54 | -68/+29 |
| | * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 108 | -235/+235 |
| | * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+1 |
| * | | | Use EXPECT when possible | Gabriel Caruso | 2019-03-11 | 1 | -1/+1 |
| * | | | More zpp error/variation test removals | Nikita Popov | 2019-03-06 | 5 | -155/+0 |
| * | | | Remove more zpp error tests | Nikita Popov | 2019-03-05 | 24 | -574/+0 |
| * | | | Implement fine-grained conflict handling | Nikita Popov | 2019-02-20 | 1 | -0/+0 |
| * | | | Fixed bug #77631 | Tyson Andre | 2019-02-19 | 1 | -0/+35 |
| * | | | run-tests.php: experimental parallel testing support | Andrea Faulds | 2019-02-18 | 1 | -0/+0 |
