Changeset 568

Show
Ignore:
Timestamp:
08/17/2008 02:38:13 PM (4 months ago)
Author:
moo
Message:

add missing opcodes for 5.3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opcode_spec_def.h

    r566 r568  
    209209    OPSPEC(       STD,     UNUSED,     UNUSED,        STD) /* 149 HANDLE_EXCEPTION               */ 
    210210# ifdef ZEND_ENGINE_2_3 
     211    OPSPEC(       STD,     UNUSED,     UNUSED,        STD) /* 150 ZEND_USER_OPCODE               */ 
    211212    OPSPEC(    UNUSED,     UNUSED,     UNUSED,     UNUSED) /* 151 UNDEF                          */ 
    212213    OPSPEC(    UNUSED,        STD,    JMPADDR,     UNUSED) /* 152 JMP_SET                        */ 
     214    OPSPEC(    UNUSED,        STD,        STD,     UNUSED) /* 153 DECLARE_LAMBDA_FUNCTION        */ 
    213215# endif 
    214216#endif