Changeset 212 for trunk/xcache.h

Show
Ignore:
Timestamp:
10/04/2006 12:38:45 AM (2 years ago)
Author:
moo
Message:

fixed #41, early class binding

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.h

    r200 r212  
    169169    zend_uint key_size; 
    170170    xc_cest_t cest; 
     171    int       oplineno; 
    171172} xc_classinfo_t; 
    172173/* }}} */ 
     
    215216    zend_uint classinfo_cnt; 
    216217    xc_classinfo_t *classinfos; 
     218    zend_bool have_early_binding; 
    217219} xc_entry_data_php_t; 
    218220/* }}} */