Changeset 625 for branches/1.3/xcache.h
- Timestamp:
- 07/05/2009 11:01:49 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xcache.h
r623 r625 6 6 #define XCACHE_COPYRIGHT "Copyright (c) 2005-2009" 7 7 #define XCACHE_URL "http://xcache.lighttpd.net" 8 #define XCACHE_WIKI_URL XCACHE_URL "/wiki" 8 9 9 10 #include <php.h> … … 39 40 #endif 40 41 41 #ifdef ALLOCA_FLAG 42 #ifdef do_alloca_with_limit 43 # define my_do_alloca(size, use_heap) do_alloca_with_limit(size, use_heap) 44 # define my_free_alloca(size, use_heap) free_alloca_with_limit(size, use_heap) 45 #elif defined(ALLOCA_FLAG) 42 46 # define my_do_alloca(size, use_heap) do_alloca(size, use_heap) 43 47 # define my_free_alloca(size, use_heap) free_alloca(size, use_heap) … … 238 242 ulong h; 239 243 xc_cest_t cest; 244 #ifndef ZEND_COMPILE_DELAYED_BINDING 240 245 int oplineno; 246 #endif 241 247 } xc_classinfo_t; 242 248 /* }}} */ … … 299 305 zend_uint classinfo_cnt; 300 306 xc_classinfo_t *classinfos; 307 #ifndef ZEND_COMPILE_DELAYED_BINDING 301 308 zend_bool have_early_binding; 309 #endif 302 310 303 311 #ifdef ZEND_ENGINE_2_1

