Index: trunk/xcache.h
===================================================================
--- trunk/xcache.h	(revision 798)
+++ trunk/xcache.h	(revision 822)
@@ -22,5 +22,5 @@
 
 #define HAVE_INODE
-#if !defined(ZEND_ENGINE_2_4) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 3 && PHP_RELEASE_VERSION >= 99 || PHP_MAJOR_VERSION > 5)
+#if !defined(ZEND_ENGINE_2_4) && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 4 || PHP_MAJOR_VERSION > 5)
 #	define ZEND_ENGINE_2_4
 #endif
@@ -450,5 +450,4 @@
 	zend_arg_info *arg_info;
 #endif
-	zend_uint last;
 	zend_op *opcodes;
 } xc_gc_op_array_t;
