summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leak (Bob)Dmitry Stogov2016-11-221-3/+3
* Better fix for bug #72854 (avoid extra copy and creating reference to stack v...Dmitry Stogov2016-09-291-3/+11
* Fixed bug #72943 (assign_dim on string doesn't reset hval)Xinchen Hui2016-08-261-0/+1
* Fixed bug #72911 (Memleak in zend_binary_assign_op_obj_helper)Xinchen Hui2016-08-211-1/+3
* Fix bug #72854Nikita Popov2016-08-161-1/+3
* Replace dead branch with ZEND_ASSERT()Andrea Faulds2016-08-081-5/+2
* Fix bug #72767Nikita Popov2016-08-051-1/+2
* Add missing call opcodes in cleanup_unfinished_calls()Nikita Popov2016-07-141-1/+4
* Fix magic constants (__LINE__) with ?? for constant scalar exprsBob Weinand2016-04-211-1/+1
* allow null coalescing (??) on constant expressionsMárcio Almada2016-04-211-0/+6
* More effecient fix for bug #71756Dmitry Stogov2016-03-101-6/+0
* Improve the codes (FETCH_DIM_R/IS is read context, we should not expose IS_RE...Xinchen Hui2016-03-101-5/+5
* Bug #71756 (Call-by-reference widens scope to uninvolved functions when used ...Xinchen Hui2016-03-101-0/+6
* Fixed bug #71474 (Crash because of VM stack corruption on Magento2).Dmitry Stogov2016-01-281-48/+52
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Fixed bug #71067 (Local object in class method stays in memory for each call)Xinchen Hui2015-12-091-0/+6
* Unused varXinchen Hui2015-11-101-1/+0
* Fixed incorrect order of free/finally on exceptionDmitry Stogov2015-11-101-2/+9
* Fixed bug #70689 (Exception handler does not work as expected)Xinchen Hui2015-10-131-5/+3
* Fix bug #70662Nikita Popov2015-10-081-2/+4
* Remove checks for read_property retval being NULLNikita Popov2015-10-011-4/+4
* Fixed memory leak.Dmitry Stogov2015-09-231-8/+17
* Fixed bug #70548 (Redundant information printed in case of uncaught engine ex...Xinchen Hui2015-09-231-8/+2
* Revert accidentally committed closures.c and execute.cBob Weinand2015-09-191-2/+2
* Optimize zend_mm_small_size_to_bin()Bob Weinand2015-09-191-2/+2
* unused varXinchen Hui2015-09-091-2/+0
* Don't inline "Undefined variable" warning reporting.Dmitry Stogov2015-09-091-14/+57
* Check EG(exception) only if it's really necessaryDmitry Stogov2015-09-081-2/+7
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Re-Fixed bug #70321 (Magic getter breaks reference to array property)Xinchen Hui2015-08-231-0/+6
* Revert "Fixed bug #70321 (Magic getter breaks reference to array property)"Xinchen Hui2015-08-231-1/+1
* Fixed bug #70321 (Magic getter breaks reference to array property)Bob Weinand2015-08-221-1/+1
* Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-6/+6
* Removed deprecated comments and added expectations (overloaded properties and...Dmitry Stogov2015-08-191-4/+5
* Fixed memleak in Zend/tests/bug39297Xinchen Hui2015-08-181-1/+1
* Improved fix for bug #70262Xinchen Hui2015-08-181-6/+1
* second part fixing vc14, type/specifier order also in definitionsAnatol Belski2015-08-121-3/+3
* Export argument type checking functionsDmitry Stogov2015-08-111-5/+21
* Support for XLC compilerDmitry Stogov2015-08-101-0/+3
* Fixed bug #70223 (Incrementing value returned by magic getter)Xinchen Hui2015-08-101-3/+7
* Move most "finally" related code-generation from pass_two() to compiler.Dmitry Stogov2015-08-041-25/+0
* Fixed bug #70182 (Segfault in ZEND_ASSIGN_OP handlers)Bob Weinand2015-08-021-1/+1
* Fixed bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION)Xinchen Hui2015-07-241-0/+9
* Fixed bug #70089 (segfault at ZEND_FETCH_DIM_W_SPEC_VAR_CONST_HANDLER ())Xinchen Hui2015-07-171-6/+8
* Fixed bug #70083 (Use after free with assign by ref on overloaded objects)Bob Weinand2015-07-151-3/+0
* Fixed Bug #69996 (Changing the property of a cloned object affects the original)Xinchen Hui2015-07-101-0/+6
* Squashed commit of the following:Dmitry Stogov2015-07-101-60/+71
* Fixed situation, when CHECH_EXCEPTION() might change value of "opline" variab...Dmitry Stogov2015-07-081-2/+12
* Use NULL where possible for exception classAaron Piotrowski2015-07-071-5/+5
* Fixed bug #62210 (Exceptions can leak temporary variables. As a part of the f...Dmitry Stogov2015-07-071-71/+60