summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the bug in ZEND_ASSIGN_DIM (as nikic suggest)Xinchen Hui2016-12-091-1/+1
* Micro optimizationsDmitry Stogov2016-12-061-12/+7
* Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-031-0/+1
|\
| * Fix leak when using $this outside of object contextBob Weinand2016-12-031-0/+1
* | 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-2/+2
* | Removed useless (double) checks for EG(exception). (Bob)Dmitry Stogov2016-11-221-15/+0
* | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1Bob Weinand2016-10-181-18/+52
|\ \ | |/
| * Fixed bug #73338 (Exception thrown from error handler may crash)Bob Weinand2016-10-181-21/+49
* | Fixed bug #73288 (Segfault in __clone > Exception.toString > __get)Xinchen Hui2016-10-141-3/+6
* | Cleanup exception handling after zend_fetch_class_by_nameXinchen Hui2016-09-301-13/+9
* | Use smart branchXinchen Hui2016-09-301-5/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-281-1/+4
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-09-281-1/+4
| |\
| | * Check next_index_insert failure in ADD_ARRAY_ELEMENTNikita Popov2016-09-281-1/+4
| | * Fixed bug #72907 (null pointer deref, segfault in gc_remove_zval_from_buffer ...Xinchen Hui2016-08-211-5/+8
| * | Revert "Make call_user_func() on reference args consistent"Nikita Popov2016-07-281-19/+24
* | | Use SEND_USER for CONST|TMP as wellNikita Popov2016-09-251-9/+3
* | | Add fast paths for bitwise operatorsNikita Popov2016-09-091-10/+72
* | | call_user_func(_array): Don't abort on reference warningNikita Popov2016-08-231-26/+5
* | | 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-1/+1
* | | Fix leak if get_iterator throws but doesn't return NULLNikita Popov2016-07-161-0/+3
* | | Fix leak if get_constructor returns NULLNikita Popov2016-07-141-0/+5
* | | Fix leaks if update_constant failsNikita Popov2016-07-141-0/+2
* | | Merge branch 'PHP-7.0'Nikita Popov2016-07-141-0/+3
|\ \ \ | |/ /
| * | Fix leaks in yield from error conditionsNikita Popov2016-07-141-0/+2
| * | Fix leak for by-ref assign to overloaded objectNikita Popov2016-07-141-0/+1
| * | Fixed memory leakDmitry Stogov2016-07-141-0/+4
* | | Fixed memory leakDmitry Stogov2016-07-141-0/+4
* | | Unified behavior of modification of returned by reference value in finnally c...Dmitry Stogov2016-07-131-1/+4
* | | Removed wrong warningDmitry Stogov2016-07-131-5/+3
* | | Fixed bug #29368 (The destructor is called when an exception is thrown from t...Dmitry Stogov2016-07-131-9/+3
* | | Fixed bug #72347 (VERIFY_RETURN type casts visible in finally)Dmitry Stogov2016-07-131-2/+11
* | | Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)Dmitry Stogov2016-07-071-0/+18
* | | Fixed bug #72543 (Different references behavior comparing to PHP 5)Dmitry Stogov2016-07-061-21/+7
* | | Merge branch 'master' into iterableAaron Piotrowski2016-07-031-250/+347
|\ \ \
| * | | 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-0/+13
| * | | Merge branch 'PHP-7.0'Nikita Popov2016-06-281-23/+18
| |\ \ \ | | |/ /
| | * | Make call_user_func() on reference args consistentNikita Popov2016-06-281-24/+19
| * | | Added ability to make non-local control transfer through interrupt functionDmitry Stogov2016-06-241-1/+1
| * | | Turn safe timeout handling into general interrupt handling ability.Dmitry Stogov2016-06-231-0/+13
| * | | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1