Changeset 1213 for trunk/xcache/xc_compatibility.h
- Timestamp:
- 2012-12-19T09:42:53+01:00 (6 months ago)
- File:
-
- 1 edited
-
trunk/xcache/xc_compatibility.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_compatibility.h
r1151 r1213 11 11 */ 12 12 13 #if !defined(ZEND_ENGINE_2_4) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 4 || PHP_MAJOR_VERSION > 5) 13 #if !defined(ZEND_ENGINE_2_5) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 5 || PHP_MAJOR_VERSION > 6) 14 # define ZEND_ENGINE_2_5 15 #endif 16 #if !defined(ZEND_ENGINE_2_4) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 4 || defined(ZEND_ENGINE_2_5)) 14 17 # define ZEND_ENGINE_2_4 15 18 #endif
Note: See TracChangeset
for help on using the changeset viewer.

