summaryrefslogtreecommitdiff
path: root/Zend/zend_closures.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #79778Nikita Popov2020-07-071-0/+7
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-301-0/+1
|\
| * Add missing refcount incrementNikita Popov2019-10-301-0/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-291-1/+8
|\ \ | |/
| * Fixed bug #78689Nikita Popov2019-10-291-1/+8
* | Fixed bug #78658Nikita Popov2019-10-091-1/+1
* | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | Stop using zend_function->reserved[] space.Dmitry Stogov2018-08-221-2/+3
* | Avoid hash lookups in BIND_STATIC and BIND_LEXICAL opcode handlers.Dmitry Stogov2018-08-201-0/+10
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Give a meaningful nameXinchen Hui2018-07-241-1/+1
* | Avoid reusing zend_function.common.prototype for magic things (use reserved f...Dmitry Stogov2018-06-211-2/+2
* | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-2/+2
* | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-1/+1
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-031-2/+0
* | Revert "[ci skip] Add missing return types to protos"Christoph M. Becker2018-02-271-1/+1
* | [ci skip] Add missing return types to protosGabriel Caruso2018-02-241-1/+1
* | Merge branch 'PHP-7.2'Nikita Popov2018-01-151-13/+19
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-151-13/+19
| |\
| | * Fixed bug #75079Nikita Popov2018-01-151-13/+19
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object...Dmitry Stogov2018-01-111-3/+1
* | | Improve Closure::call(). Eliminate zend_fcall_info_init() call and reset ZEND...Dmitry Stogov2018-01-111-17/+17
* | | Revert "Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closur...Dmitry Stogov2018-01-111-1/+3
* | | Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object...Dmitry Stogov2018-01-111-3/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-2/+0
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-131-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-131-1/+1
| |\ \ | | |/
| | * Fix copy-and-paste bugsLevi Morrison2017-12-131-1/+1
* | | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-2/+3
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-2/+6
* | | Merge branch 'PHP-7.2'Andrea Faulds2017-09-291-3/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Andrea Faulds2017-09-291-3/+10
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2017-09-291-3/+10
| | |\
| | | * Fix bug #75290Andrea Faulds2017-09-291-3/+10
| | | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
|/ / /
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Introduced "zif_handler" type (zif = zend internal function).Dmitry Stogov2017-06-081-3/+3
* | | Interned strings unification for TS/NTSAnatol Belski2017-03-041-3/+3
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2016-09-301-0/+3
|\ \ \ | |/ /
| * | Unwrap reference returns in cufa etcNikita Popov2016-09-301-0/+3
* | | Expose information about calls to "fake" closures (created through Reflection...Dmitry Stogov2016-09-261-3/+0
|/ /
* | Closure::fromCallable(): Getting non-static method staticallyNikita Popov2016-07-051-1/+1