summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-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
* Fixed use after free on closure_call_leak_with_exception.phptXinchen Hui2015-07-071-2/+1
* Fix crash when exception occurs during nested ropeNikita Popov2015-07-061-1/+2
* Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, this...Kalle Sommer Nielsen2015-07-041-1/+1
* Remove need to pass error levelAaron Piotrowski2015-07-031-5/+5
* Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-5/+5
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-39/+39
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-3/+3
* Fix rope memory leaks upon exceptionBob Weinand2015-06-281-0/+15
* Fix warning in zend_execute.c by explicit castBob Weinand2015-06-261-1/+1
* Fix Closure leak in aborted INIT_DYNAMIC_FCALLBob Weinand2015-06-261-0/+3
* Fixed bug #69905 (null ptr deref and segfault in ZEND_FETCH_DIM_RW_SPEC_VAR_U...Dmitry Stogov2015-06-231-2/+2
* Fix segfault with scalar passed to typehint with not loaded classBob Weinand2015-06-211-1/+5
* Fix generator memory leakNikita Popov2015-06-201-0/+150
* Fix potential writes into wrong memory, ensure vm_stack integrityBob Weinand2015-06-201-1/+3
* Fixed bug #69889Nikita Popov2015-06-201-3/+7
* Revert "Fix bug #69871 (short-circuiting failure with smart_branch)"Xinchen Hui2015-06-191-14/+2
* Fix bug #69871 (short-circuiting failure with smart_branch)Bob Weinand2015-06-181-2/+14