Changeset 1281 in svn for trunk/mod_cacher/xc_cache.h
- Timestamp:
- 2013-07-08T08:00:36Z (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mod_cacher/xc_cache.h
r1238 r1281 37 37 typedef struct { 38 38 #ifdef IS_UNICODE 39 zend_uchar type;40 #endif 41 const24_zstr key;42 zend_uint key_size;43 ulong h;44 zend_uint methodinfo_cnt;39 zend_uchar type; 40 #endif 41 const24_zstr key; 42 zend_uint key_size; 43 ulong h; 44 zend_uint methodinfo_cnt; 45 45 xc_op_array_info_t *methodinfos; 46 xc_cest_t cest;46 zend_class_entry *class_entry; 47 47 #ifndef ZEND_COMPILE_DELAYED_BINDING 48 int oplineno;48 int oplineno; 49 49 #endif 50 50 } xc_classinfo_t; … … 190 190 /* {{{ xc_gc_op_array_t */ 191 191 typedef struct { 192 #ifdef ZEND_ENGINE_2193 192 zend_uint num_args; 194 193 zend_arg_info *arg_info; 195 #endif196 194 #ifdef ZEND_ENGINE_2_4 197 195 zend_literal *literals;
Note: See TracChangeset
for help on using the changeset viewer.