Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -1/+40 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-07-27 | 2 | -1/+40 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74949 (null pointer dereference in _function_string) | Xinchen Hui | 2017-07-27 | 2 | -1/+40 |
* | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 1 | -1/+1 |
* | | | Implement object type annotation | MichaĆ Brzuchalski | 2017-06-25 | 2 | -9/+9 |
* | | | code de-duplication in ReflectionType::__toString and ReflectionNamedType::ge... | Remi Collet | 2017-06-15 | 1 | -7/+7 |
* | | | Allow ReflectionClass::isIterable() to return true for Traversables | Sara Golemon | 2017-05-31 | 1 | -1/+6 |
* | | | Rename ReflectionClass::isIterateable() to isIterable() | Sara Golemon | 2017-05-31 | 2 | -5/+12 |
* | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-05-31 | 2 | -1/+29 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-05-31 | 2 | -1/+29 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74673 (Segfault when cast Reflection object to string with undefin... | Xinchen Hui | 2017-05-31 | 2 | -2/+30 |
| * | | 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 | 3 | -15/+4 |
| |\ \ | | |/ | |||||
| | * | Revert "Fixed bug #74035" | Nikita Popov | 2017-02-12 | 3 | -15/+4 |
* | | | 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 | 5 | -47/+52 |
* | | | 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 | 3 | -2/+44 |
* | | | Deprecate __autoload() | Nikita Popov | 2017-02-03 | 3 | -9/+7 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-03 | 3 | -4/+15 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-03 | 3 | -4/+15 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74035 | andrewnester | 2017-02-03 | 3 | -4/+15 |
* | | | 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' | Joe Watkins | 2017-01-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-18 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix ce comparison | Thomas Punt | 2017-01-18 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
* | | | Introduced "zend_type" - an abstraction for type-hinting representation. | Dmitry Stogov | 2017-01-13 | 1 | -58/+30 |
* | | | Fix memory error in reflection export | Nikita Popov | 2017-01-12 | 1 | -15/+11 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 2 | -2/+2 |
* | | | Switch reflection to use smart_str | Nikita Popov | 2017-01-01 | 1 | -311/+227 |
* | | | Reduce redundant storage of required number of parameters to required flag | Barbu Paul - Gheorghe | 2016-12-26 | 1 | -11/+18 |
* | | | Drop some dead code in ext/reflection | Nikita Popov | 2016-12-21 | 1 | -17/+0 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2016-12-18 | 2 | -0/+28 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-12-18 | 2 | -0/+28 |
| |\ \ | | |/ | |||||
| | * | Fix bug #46103 | Nikita Popov | 2016-12-18 | 2 | -0/+28 |
* | | | 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 |
|/ / | |||||
* | | Intriduced ZEND_ACC_INHERITED class flag. | Dmitry Stogov | 2016-11-01 | 1 | -1/+1 |
* | | Unwrap reference returns in cufa etc | Nikita Popov | 2016-09-30 | 1 | -0/+9 |
* | | Don't mark ReflectionType::__toString() as deprecated for now | Nikita Popov | 2016-09-28 | 3 | -12/+6 |
* | | Revert ReflectionType::__toString() behavior + deprecate | Nikita Popov | 2016-09-28 | 6 | -23/+22 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2016-09-11 | 1 | -6/+0 |
|\ \ | |/ | |||||
| * | Remove zpp fallback code (always use Fast ZPP) | Andrea Faulds | 2016-09-11 | 1 | -6/+0 |