Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reference dynamic functions through dynamic_defs | Nikita Popov | 2021-03-01 | 1 | -4/+3 |
* | Switch few functions useful in Symphony apps to new ZPP API. | Dmitry Stogov | 2021-02-24 | 1 | -3/+3 |
* | Fix closure GC handler for fake closures | Nikita Popov | 2021-02-20 | 1 | -2/+3 |
* | Fixed NULL pointer dereference | Dmitry Stogov | 2021-02-20 | 1 | -1/+2 |
* | Fixed bug #75474 | Nikita Popov | 2021-02-18 | 1 | -7/+20 |
* | Generate zend class entries based on stubs | Máté Kocsis | 2021-02-14 | 1 | -5/+1 |
* | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 1 | -4/+4 |
* | Use Z_PARAM_OBJ macros when zval isn't needed | Tyson Andre | 2021-01-02 | 1 | -5/+7 |
* | Merge branch 'PHP-7.4' into PHP-8.0 | Christoph M. Becker | 2020-11-16 | 1 | -1/+5 |
|\ | |||||
| * | Fix #74558: Can't rebind closure returned by Closure::fromCallable() | Christoph M. Becker | 2020-11-16 | 1 | -1/+5 |
* | | Use proper parameter type in Closure::bindTo() signature | Nikita Popov | 2020-09-21 | 1 | -31/+32 |
* | | Separate Closure::bind() implementations | Máté Kocsis | 2020-09-19 | 1 | -11/+26 |
* | | Improve type declarations for Zend APIs | George Peter Banyard | 2020-08-28 | 1 | -1/+3 |
* | | Fix bug #78770 | Nikita Popov | 2020-08-14 | 1 | -7/+1 |
* | | Implement named parameters | Nikita Popov | 2020-07-31 | 1 | -5/+13 |
* | | Cleanup argument handling in ext/reflection | Máté Kocsis | 2020-07-24 | 1 | -2/+2 |
* | | Review the usage of apostrophes in error messages | Máté Kocsis | 2020-07-10 | 1 | -3/+3 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-07-07 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-07-07 | 1 | -0/+7 |
| |\ | |||||
| | * | Fixed bug #79778 | Nikita Popov | 2020-07-07 | 1 | -0/+7 |
* | | | Remove no_separation flag | Nikita Popov | 2020-07-07 | 1 | -1/+0 |
* | | | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -8/+4 |
* | | | Add ZVAL_OBJ_COPY macro | Nikita Popov | 2020-06-17 | 1 | -4/+2 |
* | | | Fix expression warnings and break warnings | twosee | 2020-06-07 | 1 | -1/+1 |
* | | | Generate method entries for Closure | Máté Kocsis | 2020-05-19 | 1 | -10/+1 |
* | | | Store aliased name of trait method | Nikita Popov | 2020-03-03 | 1 | -0/+1 |
* | | | Eliminate uses of ZVAL_ZVAL and friends | Nikita Popov | 2020-01-20 | 1 | -1/+1 |
* | | | Use RETURN_THROWS() after zend_parse_method_parameters() | Máté Kocsis | 2020-01-02 | 1 | -1/+1 |
* | | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and Zend | Máté Kocsis | 2019-12-30 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix use-after-free when trying to write to closure property | Nikita Popov | 2019-12-18 | 1 | -1/+1 |
* | | | Make zend_type a 2-field struct | Nikita Popov | 2019-11-08 | 1 | -3/+3 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-30 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-30 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-30 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Add missing refcount increment | Nikita Popov | 2019-10-30 | 1 | -0/+1 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-29 | 1 | -1/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-29 | 1 | -1/+8 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-29 | 1 | -1/+8 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed bug #78689 | Nikita Popov | 2019-10-29 | 1 | -1/+8 |
* | | | | Remove ability to unbind $this of closures if used | Nikita Popov | 2019-10-28 | 1 | -2/+2 |
* | | | | Add Zend class/interface arginfo stubs | Christoph M. Becker | 2019-10-15 | 1 | -25/+6 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-09 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-09 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug #78658 | Nikita Popov | 2019-10-09 | 1 | -1/+1 |
| | * | | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
* | | | | Comparison cleanup: | Dmitry Stogov | 2019-10-07 | 1 | -3/+4 |
* | | | | Add check_only parameter to get_closure handler | Christoph M. Becker | 2019-09-24 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-09-02 | 1 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Free two bits in fn_flags by merging ZEND_ACC_HEAP_RT_CACHE/ZEND_ACC_USER_ARG... | Dmitry Stogov | 2019-09-02 | 1 | -1/+2 |