Changeset 212 for trunk/xcache.h
- Timestamp:
- 10/04/2006 12:38:45 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r200 r212 169 169 zend_uint key_size; 170 170 xc_cest_t cest; 171 int oplineno; 171 172 } xc_classinfo_t; 172 173 /* }}} */ … … 215 216 zend_uint classinfo_cnt; 216 217 xc_classinfo_t *classinfos; 218 zend_bool have_early_binding; 217 219 } xc_entry_data_php_t; 218 220 /* }}} */

