Show
Ignore:
Timestamp:
10/07/2007 06:24:10 AM (14 months ago)
Author:
moo
Message:

fixed #129, added idx_type for PHP_5_3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r480 r482  
    8484        DONE(type) 
    8585        DONE(is_ref) 
     86#ifdef ZEND_ENGINE_2_3 
     87        COPY(idx_type) 
     88#endif 
    8689    } while(0); 
    8790    return; 
     
    148151        DISPATCH(zend_uchar, is_ref) 
    149152        DISPATCH(zend_ushort, refcount) 
     153#ifdef ZEND_ENGINE_2_3 
     154        DISPATCH(zend_uchar, idx_type) 
     155#endif 
    150156    ')dnl IFDASM 
    151157')