Changeset 95 for trunk/utils.h
- Timestamp:
- 2006-07-16T13:07:57+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/utils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.h
r88 r95 26 26 27 27 /* installer */ 28 #ifdef HAVE_XCACHE_CONSTANT 29 void xc_install_constant(char *filename, zend_constant *constant, zend_uchar type, void *key, uint len TSRMLS_DC); 30 #endif 28 31 void xc_install_function(char *filename, zend_function *func, zend_uchar type, void *key, uint len TSRMLS_DC); 29 32 ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, zend_uchar type, void *key, uint len TSRMLS_DC); … … 39 42 zend_llist *tmp_open_files; 40 43 44 #ifdef HAVE_XCACHE_CONSTANT 45 HashTable *orig_zend_constants; 46 HashTable tmp_zend_constants; 47 #endif 41 48 HashTable *orig_function_table; 42 49 HashTable *orig_class_table;
Note: See TracChangeset
for help on using the changeset viewer.

