- Timestamp:
- 05/25/2006 04:33:32 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r17 r18 27 27 #include "opcode_spec.h" 28 28 29 #undef NDEBUG30 29 #ifdef DEBUG 30 # undef NDEBUG 31 31 # undef inline 32 32 # define inline 33 33 #else 34 # define NDEBUG 34 # ifndef NDEBUG 35 # define NDEBUG 36 # endif 35 37 #endif 36 38 #include <assert.h> … … 1877 1879 #endif 1878 1880 { 1881 #ifdef ZEND_ENGINE_2 1879 1882 TSRMLS_FETCH(); 1883 #endif 1880 1884 1881 1885 xc_request_shutdown(TSRMLS_C);

