summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
Commit message (Expand)AuthorAgeFilesLines
* CleanupDmitry Stogov2019-06-211-3/+0
* zend_assign_to_variable() optimizationDmitry Stogov2019-05-291-48/+25
* Mark "cold" functionsDmitry Stogov2019-05-291-1/+1
* zend_do_fcall_overloaded() doesn't have to be exportedDmitry Stogov2019-05-291-2/+0
* Accept flags argument in zend_lookup_class_ex()Nikita Popov2019-05-271-1/+1
* Removed ability to compile PHP without EX(run_time_cache). ZEND_EX_USE_RUN_TI...Dmitry Stogov2019-05-151-6/+6
* Backported call frame initialization improvementDmitry Stogov2019-04-121-13/+8
* Eliminated check for assignment to itselfDmitry Stogov2019-04-091-23/+16
* Micro-optimizationDmitry Stogov2019-04-091-7/+6
* Use fastcall calling conventionDmitry Stogov2019-04-021-1/+1
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Use fastcall calling conventionDmitry Stogov2019-01-151-5/+5
* Removed missed and unused function declarationDmitry Stogov2019-01-151-2/+0
* Implement typed propertiesNikita Popov2019-01-111-1/+78
* Merge branch 'PHP-7.3'Dmitry Stogov2018-12-261-0/+1
|\
| * Respect EG(vm_stack_page_size)Dmitry Stogov2018-12-261-0/+1
| * Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-3/+3
* | Move zend_verify_abstract_class() into zend_inheritance.cDmitry Stogov2018-08-271-1/+0
* | Change zend_lookup_class_ex() and zend_fetch_class_by_name() prototypes to ac...Dmitry Stogov2018-08-221-2/+2
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* rename ref_dtor_func to rc_dtor_funcXinchen Hui2018-07-061-3/+3
* Rename zval_dtor_func and ref_dotr_funcXinchen Hui2018-07-061-3/+3
* Revert "Rename _zval_dtor_func to _ref_dtor_func"Xinchen Hui2018-07-061-3/+3
* Rename _zval_dtor_func to _ref_dtor_funcXinchen Hui2018-07-061-3/+3
* Fixed ability to call plain functions through zend_call_method()Dmitry Stogov2018-06-251-0/+1
* Lazy function copying from op_cache SHM into process memoryDmitry Stogov2018-06-251-0/+2
* Destroy function arguments in direct orderDmitry Stogov2018-05-081-6/+5
* Cache negative defined() resultsDmitry Stogov2018-03-301-0/+17
* Don't make expectations about non-constant zval refcauntabilityDmitry Stogov2018-02-161-2/+10
* Manual CSEDmitry Stogov2018-01-151-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Manual loop optimizaton.Dmitry Stogov2017-12-141-3/+3
* Allowed modification of VM stack page size. Exported few functions. Green lig...Dmitry Stogov2017-11-221-2/+2
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-5/+5
* Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-0/+1
* Changed the way VM accesses constant operands in 64-bit builds.Dmitry Stogov2017-10-041-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Split zend_init_execute_data() into zend_init_func_execute_data() and zend_in...Dmitry Stogov2017-06-291-0/+2
* Refactored API for constant array element propagationDmitry Stogov2017-06-151-2/+1
* Merge branch 'PHP-7.1'Nikita Popov2017-03-101-0/+4
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-101-0/+4
| |\
| | * Fixed bug #73960Nikita Popov2017-03-101-0/+4
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | Export zend_do_fcall_overloaded()Dmitry Stogov2016-11-221-0/+2
* | | Turn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE zend_refcounted flag.Dmitry Stogov2016-10-211-5/+4
|/ /