summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Fix out-dated docs and typoc9s2019-03-011-1/+10
* Use "modify" error message for FUNC_ARG fetch as wellNikita Popov2019-02-201-0/+1
* Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-181-1/+1
* Fix build without global regsNikita Popov2019-02-141-2/+2
* Fixed bug #75921David Walker2019-02-141-33/+5
* More accurate handling of global registers (allow VM with single global regis...Dmitry Stogov2019-02-121-9/+22
* Fix double free if post inc of typed property throwsNikita Popov2019-02-081-0/+2
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Revert "Don't silence fatal errors with @"Nikita Popov2019-01-311-2/+1
* Don't silence fatal errors with @Nikita Popov2019-01-311-1/+2
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Micro-optimizationDmitry Stogov2019-01-181-15/+26
* Optimize zend_handle_fetch_obj_flags()Dmitry Stogov2019-01-181-51/+78
* Reduce slow code sizeDmitry Stogov2019-01-161-0/+1
* Fixed and improved incorrect usage of value_type argument.Dmitry Stogov2019-01-161-2/+3
* Separated zend_assign_to_typed_prop()Dmitry Stogov2019-01-161-0/+16
* Reuse zend_incdec_typed_ref() and separate zend_incdec_typed_prop()Dmitry Stogov2019-01-161-54/+46
* Separated zend_binary_assign_op_typed_ref() and zend_binary_assign_op_typed_p...Dmitry Stogov2019-01-151-0/+26
* Fixed uninitialized result of PRE_INC/PRE_DEC in case of exception.Dmitry Stogov2019-01-151-0/+28
* Use fastcall calling conventionDmitry Stogov2019-01-151-5/+5
* Implement typed propertiesNikita Popov2019-01-111-43/+873
* Tune ARRAY_KEY_EXISTS opcode handler for speed and code sizeDmitry Stogov2018-12-271-0/+51
* Merge branch 'PHP-7.3'Dmitry Stogov2018-12-261-3/+13
|\
| * Respect EG(vm_stack_page_size)Dmitry Stogov2018-12-261-3/+13
| * Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | Reduce executor sizeDmitry Stogov2018-12-181-49/+39
* | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-4/+1
* | Avoid early reference checkDmitry Stogov2018-11-271-1/+1
* | fixed typoDmitry Stogov2018-11-201-1/+1
* | OptimizationDmitry Stogov2018-11-201-5/+5
* | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-3/+3
* | Immutable clases and op_arrays.Dmitry Stogov2018-10-171-45/+26
* | Classify object handlers are required/optionalNikita Popov2018-10-161-221/+124
* | Added assertionsDmitry Stogov2018-10-031-0/+2
* | Handle binary_op failure in overloaded assignsNikita Popov2018-09-231-4/+6
* | Improve ZEND_VM_SMART_BRANCH()Dmitry Stogov2018-09-191-16/+15
* | Remove unused ZEND_FILE_LINE in i_zval_ptr_dtorNikita Popov2018-09-161-1/+1
* | Simplify __clone() visibility check (magic methods still don't respect ZEND_A...Dmitry Stogov2018-09-131-0/+4
* | This increment is not necessary anymore.Dmitry Stogov2018-09-111-1/+0
|/
* Removed duplicate code. zend_fetch_dimension_address_LIST_w() was a copy of z...Dmitry Stogov2018-07-301-6/+0
* Fixed bug #76667 (Segfault with divide-assign op and __get + __set)Xinchen Hui2018-07-271-6/+6
* Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-261-3/+3
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Micro-optimizationDmitry Stogov2018-07-231-4/+4
* Reduce overhead of case-insensitive constants deprecation for "fast path"Dmitry Stogov2018-07-171-0/+113
* Fixed error messages.Dmitry Stogov2018-07-161-3/+3
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-11/+3
* 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