Changeset 212 for trunk/utils.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/utils.h

    r209 r212  
    2525zend_uchar xc_get_fixed_opcode(zend_uchar opcode, int line); 
    2626 
     27int xc_foreach_early_binding_class(zend_op_array *op_array, void (*callback)(zend_op *opline, int oplineno, void *data TSRMLS_DC), void *data TSRMLS_DC); 
     28 
    2729/* installer */ 
    2830#ifdef HAVE_XCACHE_CONSTANT 
     
    3032#endif 
    3133void xc_install_function(char *filename, zend_function *func, zend_uchar type, zstr key, uint len TSRMLS_DC); 
    32 ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, zend_uchar type, zstr key, uint len TSRMLS_DC); 
     34ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, int oplineno, zend_uchar type, zstr key, uint len TSRMLS_DC); 
    3335 
    3436/* sandbox */