Changeset 886 for branches/1.3/xcache.h
- Timestamp:
- 2012-04-05T15:37:21+02:00 (14 months ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xcache.h
r816 r886 4 4 #define XCACHE_VERSION "1.3.3-dev" 5 5 #define XCACHE_AUTHOR "mOo" 6 #define XCACHE_COPYRIGHT "Copyright (c) 2005-201 1"6 #define XCACHE_COPYRIGHT "Copyright (c) 2005-2012" 7 7 #define XCACHE_URL "http://xcache.lighttpd.net" 8 8 #define XCACHE_WIKI_URL XCACHE_URL "/wiki" … … 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
Note: See TracChangeset
for help on using the changeset viewer.

