| Commit message (Expand) | Author | Age | Files | Lines |
* | Update opcode description | Dmitry Stogov | 2017-05-30 | 1 | -1/+1 |
* | Added ZEND_FUNC_NUM_ARGS, ZEND_FUNC_GET_ARGS instructions, to implement corre... | Dmitry Stogov | 2017-05-30 | 1 | -2/+6 |
* | Added ZEND_GET_CLASS, ZEMD_GET_CALLED_CLASS, ZEND_GET_TYPE instructions, to i... | Dmitry Stogov | 2017-05-25 | 1 | -2/+8 |
* | Added ZEND_COUNT instruction, to implement corresponding builtin. | Dmitry Stogov | 2017-05-25 | 1 | -2/+4 |
* | Added ZEND_IN_ARRAY instruction, implementing optimized in_array() builtin fu... | Dmitry Stogov | 2017-05-24 | 1 | -2/+4 |
* | Implement jumptable optimization | Nikita Popov | 2017-04-10 | 1 | -2/+6 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Use SEND_USER for CONST|TMP as well | Nikita Popov | 2016-09-25 | 1 | -1/+1 |
* | Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) | Dmitry Stogov | 2016-07-07 | 1 | -2/+2 |
* | Introduce new CHECK_VAR instruction to keep warnings about undefined variables. | Dmitry Stogov | 2016-06-30 | 1 | -2/+2 |
* | Implemented RFC: Fix inconsistent behavior of $this variable | Dmitry Stogov | 2016-06-16 | 1 | -4/+10 |
* | Split ZEND_SEND_VAR_NO_REF into ZEND_SEND_VAR_NO_REF and ZEND_SEND_VAR_NO_REF... | Dmitry Stogov | 2016-05-31 | 1 | -4/+4 |
* | Fixed bug #72213 (Finally leaks on nested exceptions). | Dmitry Stogov | 2016-05-25 | 1 | -2/+2 |
* | Fixed bug #72188 (Nested try/finally blocks losing return value) | Dmitry Stogov | 2016-05-13 | 1 | -1/+1 |
* | Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ... | Dmitry Stogov | 2016-05-13 | 1 | -1/+1 |
* | Evaluate arguments of new for classes without ctor | Nikita Popov | 2016-03-25 | 1 | -1/+1 |
* | Allow specifying keys on list() elements | Andrea Faulds | 2016-03-25 | 1 | -1/+1 |
* | Mark op1 of INIT_FCALL as NUM | Nikita Popov | 2016-01-21 | 1 | -1/+1 |
* | Introduced BIND_STATIC opcode instead of FETCH_R/FETCH_W(static)+ASSIGN/ASSIG... | Dmitry Stogov | 2016-01-12 | 1 | -2/+4 |
* | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
|\ |
|
| * | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
* | | Introduce BIND_LEXICAL | Nikita Popov | 2015-12-29 | 1 | -2/+4 |
* | | Remove uses of VARs in extended_value | Nikita Popov | 2015-12-21 | 1 | -4/+4 |
* | | Describe special meaning of IS_UNUSED oprerand | Dmitry Stogov | 2015-12-11 | 1 | -48/+48 |
* | | Use more compact description encoding schema to free some bits | Dmitry Stogov | 2015-12-11 | 1 | -79/+79 |
* | | Improve Optimizer debugging facility (print the meaning of extended_value) | Dmitry Stogov | 2015-12-11 | 1 | -11/+11 |
* | | Changed ZEND_FREE.op2.num and ZEND_FE_FREE.op2.num back to use live_range_off... | Dmitry Stogov | 2015-11-11 | 1 | -2/+2 |
* | | Changed meaning of "op2" for ZEND_FREE, ZEND_FE_FREE, ZEND_FAST_CALL, ZEND_FA... | Dmitry Stogov | 2015-11-10 | 1 | -2/+2 |
* | | Changed ZEND_CLONE->extended_value meaning to relative offset (previously it ... | Dmitry Stogov | 2015-10-30 | 1 | -35/+35 |
* | | Fixed few issues: | Dmitry Stogov | 2015-10-30 | 1 | -1/+1 |
* | | Added zend_get_opcode_flags() function to get information about opcode operan... | Dmitry Stogov | 2015-10-30 | 1 | -2/+190 |
* | | Speed up fetching of class entries for self:: parent:: and static:: | Dmitry Stogov | 2015-10-28 | 1 | -1/+10 |
|/ |
|
* | Resolve GOTO at compile time and replace it with sequnce of FREE/FE_FREE and ... | Dmitry Stogov | 2015-07-10 | 1 | -1/+1 |
* | Squashed commit of the following: | Dmitry Stogov | 2015-07-10 | 1 | -1/+1 |
* | Fixed bug #62210 (Exceptions can leak temporary variables. As a part of the f... | Dmitry Stogov | 2015-07-07 | 1 | -1/+1 |
* | Remove ZEND_BRK/ZEND_CONT from VM | Nikita Popov | 2015-05-23 | 1 | -2/+2 |
* | Refactored using specialized opcodes | Dmitry Stogov | 2015-04-27 | 1 | -1/+3 |
* | Properly define ZEND_OP_DATA in zend_vm_def.h | Bob Weinand | 2015-04-19 | 1 | -1/+1 |
* | Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-src | Bob Weinand | 2015-04-14 | 1 | -1/+1 |
|\ |
|
| * | WIP | Nikita Popov | 2015-02-28 | 1 | -1/+2 |
* | | Squashed commit of the following: | Dmitry Stogov | 2015-04-10 | 1 | -1/+1 |
* | | Optimized strings concatenation. | Dmitry Stogov | 2015-03-24 | 1 | -4/+4 |
* | | Reimplemented special constant handling. Now __HALT_COMPILER_OFFSET__ is reso... | Dmitry Stogov | 2015-03-18 | 1 | -1/+1 |
* | | Improved assert() according to expectations RFC. | Dmitry Stogov | 2015-03-02 | 1 | -1/+1 |
* | | Added specialized versions of DO_FCALL handler: | Dmitry Stogov | 2015-02-25 | 1 | -3/+3 |
* | | Split INIT_FCALL_BY_NAME inti INIT_FCALL_BY_NAME(CONST+STRING) and INIT_DYNAM... | Dmitry Stogov | 2015-02-24 | 1 | -1/+1 |
* | | Merge branch 'pull-request/1007' | Stanislav Malyshev | 2015-02-18 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Blast off to space. | Andrea Faulds | 2015-01-29 | 1 | -1/+2 |
* | | Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_for... | Dmitry Stogov | 2015-02-12 | 1 | -5/+5 |
|/ |
|
* | Implement return types | Levi Morrison | 2015-01-27 | 1 | -1/+1 |