Changeset 548 for trunk/xcache.h
- Timestamp:
- 03/21/2008 02:36:17 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r547 r548 243 243 ulong h; 244 244 xc_cest_t cest; 245 #ifndef ZEND_COMPILE_DELAYED_BINDING 245 246 int oplineno; 247 #endif 246 248 } xc_classinfo_t; 247 249 /* }}} */ … … 316 318 zend_uint classinfo_cnt; 317 319 xc_classinfo_t *classinfos; 320 #ifndef ZEND_COMPILE_DELAYED_BINDING 318 321 zend_bool have_early_binding; 322 #endif 319 323 320 324 #ifdef ZEND_ENGINE_2_1

