summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #76534 (PHP hangs on 'illegal string offset on string references wi...Xinchen Hui2018-06-271-8/+24
* Fixed bug #75786Nikita Popov2018-01-091-5/+2
* year++Xinchen Hui2018-01-021-1/+1
* Fixed #74862: Unable to clone instance when private __clone definedDanielCiochiu2017-11-151-12/+12
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-04-091-114/+213
|\
| * Resolve bug #74188 (undefined statics raising with ?? operator)Thomas Punt2017-04-091-69/+177
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * Fixed bug #73792 (invalid foreach loop hangs script)Dmitry Stogov2016-12-201-0/+24
| * Fix PHP-7.0 build (wrong fix for the branch)Bob Weinand2016-12-031-9/+18
* | Fix bug #69676Nikita Popov2017-03-151-3/+3
* | Fixed bug #74157 (Segfault with nested generators)Xinchen Hui2017-02-261-1/+1
* | Improved GENERATOR_CREATE opcode handler.Dmitry Stogov2017-01-091-2/+8
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | 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