summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | Turn safe timeout handling into general interrupt handling ability.Dmitry Stogov2016-06-231-0/+18
| * | | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
| * | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-4/+4
| * | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-161-2/+2
| * | | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-161-3314/+1014
| * | | Added specialized handlers for SEND_VAR/SEND_VAR_EX opcodes.Dmitry Stogov2016-06-151-4/+177
| * | | Delay IS_ERROR checksDmitry Stogov2016-06-091-368/+176
| * | | typoDmitry Stogov2016-06-081-36/+36
| * | | Followup for bug #53432Nikita Popov2016-06-081-120/+60
| * | | cleanupDmitry Stogov2016-06-081-22/+18
| * | | Removed useless reference countingDmitry Stogov2016-06-081-702/+70
| * | | Better fix for bug #70228 (memleak if return in finally block)Dmitry Stogov2016-06-081-7/+16
| * | | Fixed bug #70228 (Memleak if return in finally block)Dmitry Stogov2016-06-081-3/+10
| * | | Fixed bug #71266 (Missing separation of properties HT in foreach etc).Dmitry Stogov2016-06-071-0/+56
| * | | cleanupDmitry Stogov2016-06-071-14/+16
| * | | micro-optimizationDmitry Stogov2016-06-061-36/+49
| * | | simplificationDmitry Stogov2016-06-061-27/+10
| * | | Fixed bug #53432Nikita Popov2016-06-041-544/+352
* | | | Add iterable pseudo-typeAaron Piotrowski2016-06-031-0/+5
|/ / /
* | | cleanupDmitry Stogov2016-06-011-12/+4
* | | Split ZEND_SEND_VAR_NO_REF into ZEND_SEND_VAR_NO_REF and ZEND_SEND_VAR_NO_REF...Dmitry Stogov2016-05-311-192/+284
* | | Initialize only the necessary fields.Dmitry Stogov2016-05-311-1/+3
* | | Fix bug #71604Nikita Popov2016-05-281-2/+7
* | | Merge branch 'PHP-7.0'Nikita Popov2016-05-281-0/+24
|\ \ \ | |/ /
| * | Forbid "yield from" in force closed generatorsNikita Popov2016-05-281-0/+24
* | | Fixed bug #72213 (Finally leaks on nested exceptions).Dmitry Stogov2016-05-251-95/+72
* | | Forbid dynamic calls to scope introspection functionsNikita Popov2016-05-241-3/+3
* | | Added specialized handler for ZEND_FETCH_DIM_R opcode with only numeric indexes.Dmitry Stogov2016-05-181-5/+467
* | | Merge branch 'master' of git.php.net:/php-srcXinchen Hui2016-05-171-18/+216
|\ \ \
| * | | Inlined fast paths of the freqently execute handlers for FETCH_DIM_R.Dmitry Stogov2016-05-171-18/+216
* | | | Revert "Fixed Bug #72213 (Finally leaks on nested exceptions)"Xinchen Hui2016-05-171-9/+3
|/ / /
* | | Specialize ZEND_ASSIGN_ADD and family according to value of opline->extended_...Dmitry Stogov2016-05-171-778/+4987
* | | Fixed Bug #72213 (Finally leaks on nested exceptions)Xinchen Hui2016-05-171-3/+9
* | | IS_CONST operands don't have to be separated. Use reference-counting instead ...Dmitry Stogov2016-05-171-318/+258
* | | micro-optimisationDmitry Stogov2016-05-171-3/+3
* | | Check if generator object is created by GENERATOR_CREATE when throw exception...Dmitry Stogov2016-05-161-4/+4
* | | Revert "Check if generator object is created by GENERATOR_CREATE when throw e...Dmitry Stogov2016-05-161-4/+1