summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed Bug #70918 (Segfault using static outside of class scope)Xinchen Hui2015-11-141-0/+4
* Squashed commit of the following:Dmitry Stogov2015-11-131-2/+0
* Changed ZEND_FREE.op2.num and ZEND_FE_FREE.op2.num back to use live_range_off...Dmitry Stogov2015-11-111-7/+6
* Make FE_FETCH and following assignments to be a part of a loop.Dmitry Stogov2015-11-101-8/+0
* Changed meaning of "op2" for ZEND_FREE, ZEND_FE_FREE, ZEND_FAST_CALL, ZEND_FA...Dmitry Stogov2015-11-101-13/+18
* Merge branch 'PHP-7.0'Dmitry Stogov2015-11-101-6/+13
|\
| * Fixed incorrect order of free/finally on exceptionDmitry Stogov2015-11-101-6/+13
* | Merge branch 'PHP-7.0'Xinchen Hui2015-11-031-2/+8
|\ \ | |/
| * Fixed bug #70805 (Segmentation faults whilst running Drupal 8 test suite)Xinchen Hui2015-11-031-2/+8
* | Changed ZEND_CLONE->extended_value meaning to relative offset (previously it ...Dmitry Stogov2015-10-301-8/+8
* | Argument type renaming (ADDR->JMP_ADDR, OPLINE->JMP_ABS, REL_OPLINE->JMP_REL)Dmitry Stogov2015-10-301-19/+19
* | Fixed few issues:Dmitry Stogov2015-10-301-7/+7
* | Added zend_get_opcode_flags() function to get information about opcode operan...Dmitry Stogov2015-10-301-73/+73
* | Speed up fetching of class entries for self:: parent:: and static::Dmitry Stogov2015-10-281-245/+398
|/
* Fixed inconsistent exception handling (uopz/tests/006.phpt was failed when PH...Dmitry Stogov2015-10-261-2/+1
* Fixed bug #70785 (Infinite loop due to exception during identical comparison)Xinchen Hui2015-10-261-10/+4
* Revert "Ensure proper exception handling and EX(opline) state in USER_OPCODE ...Xinchen Hui2015-10-201-7/+1
* Fixed bug #70689 (Exception handler does not work as expected)Xinchen Hui2015-10-131-3/+2
* Fix bug #70662Nikita Popov2015-10-081-1/+2
* Revert "Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/...Dmitry Stogov2015-10-061-4/+4
* Revert "Allow random $this on non-internal Closures again"Dmitry Stogov2015-10-061-3/+3
* Revert "Speed up self::method() calls (no ZEND_FETCH_CLASS)"Dmitry Stogov2015-10-061-5/+10
* Speed up self::method() calls (no ZEND_FETCH_CLASS)Bob Weinand2015-10-051-10/+5
* Allow random $this on non-internal Closures againBob Weinand2015-10-051-3/+3
* Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-srcBob Weinand2015-10-051-4/+4
* Fix missing LOAD_OPLINE() for ZEND_USER_OPCODE_LEAVEBob Weinand2015-09-241-0/+1
* Ensure proper exception handling and EX(opline) state in USER_OPCODE handlerBob Weinand2015-09-241-1/+7
* Fixed Bug #70557 (Memleak on return type verifying failed)Xinchen Hui2015-09-231-1/+5
* Properly cleanup on wrong ZEND_OVERLOADED_FUNCTION callDmitry Stogov2015-09-221-17/+13
* Force compiler to prefer ZEND_CALL_NESTED_FUNCTIONBob Weinand2015-09-191-2/+3
* Fixed bug #70478 (**= does no longer work)Bob Weinand2015-09-121-20/+35
* Manual CSE to avoid double readDmitry Stogov2015-09-111-7/+9
* Change array sorting implementation to avoid two level callbacks system.Dmitry Stogov2015-09-101-3/+3
* Avoid useless EG(exception) checksDmitry Stogov2015-09-091-6/+8
* Don't inline "Undefined variable" warning reporting.Dmitry Stogov2015-09-091-6/+6
* Check EG(exception) only if it's really necessaryDmitry Stogov2015-09-081-50/+42
* Prevent double load on fast path (manual common subexpression elimination)Dmitry Stogov2015-08-271-66/+51
* Optimize fast pathDmitry Stogov2015-08-241-8/+18
* Fixed Bug #70332 (Wrong behavior while returning reference on object)Xinchen Hui2015-08-231-5/+5
* Removed deprecated comments and added expectations (overloaded properties and...Dmitry Stogov2015-08-191-1/+1
* Fixed bug #70288 (Apache crash related to ZEND_SEND_REF)Xinchen Hui2015-08-181-3/+0
* Improved fix for bug #70262Xinchen Hui2015-08-181-5/+5
* Fixed bug #70262 (Accessing array crashes PHP 7.0beta3)Dmitry Stogov2015-08-171-5/+5
* Set expectationsDmitry Stogov2015-08-141-19/+19
* Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-8/+12
* Revert "Simplify ZEND_EXIT and count boolean values to it as exit status"Dmitry Stogov2015-08-121-11/+16
* Simplify ZEND_EXIT and count boolean values to it as exit statusBob Weinand2015-08-111-16/+11
* Reverted useless cleanup codeDmitry Stogov2015-08-101-6/+1
* Fixed bug #70215 (segfault when __invoke is static)Bob Weinand2015-08-081-1/+1
* Fixed possible access to uninitialized data (prevents valgrind issues in Zend...Dmitry Stogov2015-08-041-0/+2