add missing opcodes for 5.3
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@568 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.0
parent
ff36da1899
commit
ec824ae47b
|
@ -208,8 +208,10 @@ static const xc_opcode_spec_t xc_opcode_spec[] = {
|
|||
OPSPEC( ISSET, STD, STD, TMP) /* 148 ISSET_ISEMPTY_PROP_OBJ */
|
||||
OPSPEC( STD, UNUSED, UNUSED, STD) /* 149 HANDLE_EXCEPTION */
|
||||
# ifdef ZEND_ENGINE_2_3
|
||||
OPSPEC( STD, UNUSED, UNUSED, STD) /* 150 ZEND_USER_OPCODE */
|
||||
OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 151 UNDEF */
|
||||
OPSPEC( UNUSED, STD, JMPADDR, UNUSED) /* 152 JMP_SET */
|
||||
OPSPEC( UNUSED, STD, STD, UNUSED) /* 153 DECLARE_LAMBDA_FUNCTION */
|
||||
# endif
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue