Changeset 822 for trunk/xcache.h
- Timestamp:
- 2012-03-22T17:22:37+01:00 (14 months ago)
- File:
-
- 1 edited
-
trunk/xcache.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r798 r822 22 22 23 23 #define HAVE_INODE 24 #if !defined(ZEND_ENGINE_2_4) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 3 && PHP_RELEASE_VERSION >= 99|| PHP_MAJOR_VERSION > 5)24 #if !defined(ZEND_ENGINE_2_4) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 4 || PHP_MAJOR_VERSION > 5) 25 25 # define ZEND_ENGINE_2_4 26 26 #endif … … 450 450 zend_arg_info *arg_info; 451 451 #endif 452 zend_uint last;453 452 zend_op *opcodes; 454 453 } xc_gc_op_array_t;
Note: See TracChangeset
for help on using the changeset viewer.

