Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | Apply tidy formatting | Nikita Popov | 2020-02-03 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-17 | 2 | -0/+18 |
|\ \ | |/ | |||||
| * | Fixed bug #79115 | Nikita Popov | 2020-01-17 | 2 | -0/+18 |
* | | Fixed bug #78895 (Reflection detects abstract non-static class as abstract st... | Dmitry Stogov | 2019-12-09 | 2 | -1/+40 |
* | | Add a test for ReflectionClass:getInterfaceNames() | Fabien Villepinte | 2019-11-04 | 1 | -0/+7 |
* | | Fixed bug #78774 | Nikita Popov | 2019-11-04 | 2 | -1/+35 |
* | | 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 | 3 | -31/+45 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-10-21 | 3 | -31/+45 |
| |\ | |||||
| | * | Fix bug #78697: inaccurate error message | Fabien Villepinte | 2019-10-21 | 3 | -31/+45 |
* | | | Fix number of required arguments in arginfo | Nikita Popov | 2019-10-07 | 1 | -1/+1 |
* | | | Fixed bug #78410 | Nikita Popov | 2019-08-13 | 2 | -10/+23 |
* | | | Special-case rc=1 self-referential arrays in ReflectionReference | Nikita Popov | 2019-07-22 | 2 | -2/+28 |
* | | | Revert "Add ReflectionReference::getRefcount()" | Nikita Popov | 2019-07-22 | 2 | -40/+2 |
* | | | Deprecate Reflection export() methods | Nikita Popov | 2019-07-22 | 29 | -68/+118 |
* | | | Evaluate constant in class scope | Dmitry Stogov | 2019-07-22 | 1 | -1/+1 |
* | | | Don't call Reflection::export() internally | Nikita Popov | 2019-07-11 | 1 | -52/+32 |
* | | | Add ReflectionReference::getRefcount() | Nikita Popov | 2019-07-08 | 2 | -2/+40 |
* | | | Cheaper checks for exceptions thrown from __toString() | Dmitry Stogov | 2019-06-06 | 1 | -4/+4 |
* | | | Deprecate ReflectionType::__toString() | Nikita Popov | 2019-06-05 | 4 | -7/+13 |
* | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 2 | -32/+48 |
* | | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros | Dmitry Stogov | 2019-05-28 | 1 | -9/+14 |
* | | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY() | Nikita Popov | 2019-05-14 | 1 | -13/+8 |
* | | | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-05-09 | 2 | -16/+43 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-09 | 2 | -20/+45 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75186 | Nikita Popov | 2019-05-09 | 2 | -21/+45 |
* | | | Fixed bug #77951 | Nikita Popov | 2019-05-09 | 2 | -13/+18 |
* | | | Use fast zpp for ReflectionClass constructor | Nikita Popov | 2019-05-08 | 1 | -6/+6 |
* | | | Optimize $name/$class property population in reflection | Nikita Popov | 2019-05-08 | 1 | -102/+64 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-04-15 | 2 | -0/+46 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-04-15 | 2 | -0/+46 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #77882 | Nikita Popov | 2019-04-15 | 2 | -0/+46 |
* | | | Remove HAVE_* for always available extensions | Gabriel Caruso | 2019-04-14 | 2 | -2/+0 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-03-22 | 2 | -4/+36 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-03-22 | 2 | -4/+36 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #77772 | Nikita Popov | 2019-03-22 | 2 | -14/+34 |
| | * | 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 | 2 | -7/+7 |
| * | | 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 |