summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous parentheses in conditionsSébastien Santoro2016-12-251-32/+32
* Fix the bug in ZEND_ASSIGN_DIM (as nikic suggest)Xinchen Hui2016-12-091-16/+16
* Micro optimizationsDmitry Stogov2016-12-061-36/+21
* Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-031-0/+36
|\
| * Fix leak when using $this outside of object contextBob Weinand2016-12-031-0/+9
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-12-021-1/+2
|\ \ | |/
| * Eliminated useless exception checkDmitry Stogov2016-12-021-1/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-281-3/+0
|\ \ | |/
| * Fixed calling generators through magic __call()Dmitry Stogov2016-11-281-10/+20
* | Micro-optimizationDmitry Stogov2016-11-221-18/+18
* | Removed useless (double) checks for EG(exception). (Bob)Dmitry Stogov2016-11-221-45/+0
* | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1Bob Weinand2016-10-181-76/+216
|\ \ | |/
| * Fixed bug #73338 (Exception thrown from error handler may crash)Bob Weinand2016-10-181-84/+202
* | Fixed bug #73288 (Segfault in __clone > Exception.toString > __get)Xinchen Hui2016-10-141-12/+24
* | Cleanup exception handling after zend_fetch_class_by_nameXinchen Hui2016-09-301-105/+66
* | Use smart branchXinchen Hui2016-09-301-30/+12
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-281-16/+64
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-09-281-16/+64
| |\
| | * Check next_index_insert failure in ADD_ARRAY_ELEMENTNikita Popov2016-09-281-20/+80
| | * Fixed bug #72907 (null pointer deref, segfault in gc_remove_zval_from_buffer ...Xinchen Hui2016-08-211-20/+32
| * | Revert "Make call_user_func() on reference args consistent"Nikita Popov2016-07-281-37/+47
* | | Use SEND_USER for CONST|TMP as wellNikita Popov2016-09-251-18/+53
* | | Add fast paths for bitwise operatorsNikita Popov2016-09-091-70/+628
* | | Remove redundant \tXinchen Hui2016-08-251-1/+1
* | | call_user_func(_array): Don't abort on reference warningNikita Popov2016-08-231-39/+6
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-07-201-0/+1
|\ \ \ | |/ /
| * | Fixed typoXinchen Hui2016-07-201-0/+1
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-07-201-2/+6
|\ \ \ | |/ /
| * | Fixed bug #72629 (Caught exception assignment to variables ignores references).Xinchen Hui2016-07-201-2/+6
| * | Fix bad mergeNikita Popov2016-07-141-2/+2
* | | Fix leak if get_iterator throws but doesn't return NULLNikita Popov2016-07-161-0/+12
* | | Fix leak if get_constructor returns NULLNikita Popov2016-07-141-0/+15
* | | Fix leaks if update_constant failsNikita Popov2016-07-141-0/+2
* | | Merge branch 'PHP-7.0'Nikita Popov2016-07-141-0/+12
|\ \ \ | |/ /
| * | Fix leaks in yield from error conditionsNikita Popov2016-07-141-0/+8
| * | Fix leak for by-ref assign to overloaded objectNikita Popov2016-07-141-0/+4
| * | Fixed memory leakDmitry Stogov2016-07-141-0/+12
* | | Fixed memory leakDmitry Stogov2016-07-141-0/+12
* | | Unified behavior of modification of returned by reference value in finnally c...Dmitry Stogov2016-07-131-2/+8
* | | Removed wrong warningDmitry Stogov2016-07-131-10/+6
* | | Fixed bug #29368 (The destructor is called when an exception is thrown from t...Dmitry Stogov2016-07-131-12/+4
* | | Fixed bug #72347 (VERIFY_RETURN type casts visible in finally)Dmitry Stogov2016-07-131-2/+38
* | | Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)Dmitry Stogov2016-07-071-128/+171
* | | Fixed bug #72543 (Different references behavior comparing to PHP 5)Dmitry Stogov2016-07-061-183/+75
* | | Merge branch 'master' into iterableAaron Piotrowski2016-07-031-5212/+2124
|\ \ \
| * | | Fixed bug #72523 (dtrace issue with reflection (failed test))Xinchen Hui2016-07-011-1/+3
| * | | Introduce new CHECK_VAR instruction to keep warnings about undefined variables.Dmitry Stogov2016-06-301-130/+168
| * | | Merge branch 'PHP-7.0'Nikita Popov2016-06-281-45/+35
| |\ \ \ | | |/ /
| | * | Make call_user_func() on reference args consistentNikita Popov2016-06-281-47/+37
| * | | Fixed executor without global register variales (gcc warnings or clang errors)Dmitry Stogov2016-06-271-2/+3