Changeset 721 for trunk/xcache.h
- Timestamp:
- 2011-04-09T13:05:07+02:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/xcache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r716 r721 259 259 /* {{{ xc_op_array_info_t */ 260 260 typedef struct { 261 #ifdef ZEND_ENGINE_2_4 262 zend_uint literalinfo_cnt; 263 int *literalinfos; 264 #else 261 265 zend_uint oplineinfo_cnt; 262 266 int *oplineinfos; 267 #endif 263 268 } xc_op_array_info_t; 264 269 /* }}} */
Note: See TracChangeset
for help on using the changeset viewer.

