Changeset 480 for trunk/xcache.h
- Timestamp:
- 10/01/2007 11:24:34 AM (14 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r456 r480 25 25 #if !defined(ZEND_ENGINE_2_2) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 2 || PHP_MAJOR_VERSION > 5) 26 26 # define ZEND_ENGINE_2_2 27 #endif 28 #if !defined(ZEND_ENGINE_2_3) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 3 || PHP_MAJOR_VERSION > 5) 29 # define ZEND_ENGINE_2_3 27 30 #endif 28 31

