Changeset 562 for trunk/processor

Show
Ignore:
Timestamp:
08/17/2008 10:52:42 AM (5 months ago)
Author:
moo
Message:

5.3 support, merge news from 1.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r548 r562  
    618618    COPY(start_op) 
    619619    DISPATCH(int, backpatch_count) 
     620#ifdef ZEND_ENGINE_2_3 
     621    DISPATCH(zend_uint, this_var) 
     622#endif 
    620623 
    621624    DISPATCH(zend_bool, done_pass_two) 
    622 #ifdef ZEND_ENGINE_2 
     625    /* 5.0 <= ver < 5.3 */ 
     626#if defined(ZEND_ENGINE_2) && !defined(ZEND_ENGINE_2_3) 
    623627    DISPATCH(zend_bool, uses_this) 
    624628#endif