Changeset 95 for trunk/xcache.h
- Timestamp:
- 07/16/2006 11:07:57 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r88 r95 154 154 } xc_classinfo_t; 155 155 /* }}} */ 156 #ifdef HAVE_XCACHE_CONSTANT 157 /* {{{ xc_constinfo_t */ 158 typedef struct { 159 #ifdef IS_UNICODE 160 zend_uchar type; 161 #endif 162 char *key; 163 zend_uint key_size; 164 zend_constant constant; 165 } xc_constinfo_t; 166 /* }}} */ 167 #endif 156 168 /* {{{ xc_funcinfo_t */ 157 169 typedef struct { … … 175 187 176 188 zend_op_array *op_array; 189 190 #ifdef HAVE_XCACHE_CONSTANT 191 zend_uint constinfo_cnt; 192 xc_constinfo_t *constinfos; 193 #endif 177 194 178 195 zend_uint funcinfo_cnt;

