1
0
Fork 0

add missing opcodes for 5.3

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@568 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2008-08-17 14:38:13 +00:00
parent ff36da1899
commit ec824ae47b
1 changed files with 2 additions and 0 deletions

View File

@ -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
};