summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #73288 (Segfault in __clone > Exception.toString > __get)Xinchen Hui2016-10-121-12/+24
* Merge branch 'PHP-7.1'Xinchen Hui2016-09-301-105/+66
|\
| * Cleanup exception handling after zend_fetch_class_by_nameXinchen Hui2016-09-301-105/+66
* | Merge branch 'PHP-7.1'Xinchen Hui2016-09-301-30/+12
|\ \ | |/
| * Use smart branchXinchen Hui2016-09-301-30/+12
* | Merge branch 'PHP-7.1'Nikita Popov2016-09-281-16/+64
|\ \ | |/
| * 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
* | | | Expose information about calls to "fake" closures (created through Reflection...Dmitry Stogov2016-09-261-0/+9
* | | | Merge branch 'PHP-7.1'Nikita Popov2016-09-251-18/+53
|\ \ \ \ | |/ / /
| * | | Use SEND_USER for CONST|TMP as wellNikita Popov2016-09-251-18/+53
* | | | Removed redundand codeDmitry Stogov2016-09-231-9/+0
* | | | Micro-optimizationDmitry Stogov2016-09-131-6/+6
* | | | Merge branch 'PHP-7.1'Nikita Popov2016-09-091-70/+628
|\ \ \ \ | |/ / /
| * | | Add fast paths for bitwise operatorsNikita Popov2016-09-091-70/+628
* | | | Sync convert_to_null with VM cast behaviorNikita Popov2016-09-041-56/+0
* | | | Merge branch 'PHP-7.1'Xinchen Hui2016-08-251-1/+1
|\ \ \ \ | |/ / /
| * | | Remove redundant \tXinchen Hui2016-08-251-1/+1
* | | | Merge branch 'PHP-7.1'Dmitry Stogov2016-08-231-39/+6
|\ \ \ \ | |/ / /
| * | | call_user_func(_array): Don't abort on reference warningNikita Popov2016-08-231-39/+6
* | | | Return true for is_object() on Incomplete_ClassNikita Popov2016-08-151-32/+4
|/ / /
* | | 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
| * | | Added ability to make non-local control transfer through interrupt functionDmitry Stogov2016-06-241-1/+1