Index: trunk/xcache.h
===================================================================
--- trunk/xcache.h	(revision 860)
+++ trunk/xcache.h	(revision 866)
@@ -422,7 +422,4 @@
 	long       ttl;
 
-#ifdef IS_UNICODE
-	zend_uchar name_type;
-#endif
 	xc_entry_name_t name;
 };
@@ -454,4 +451,7 @@
 typedef struct {
 	xc_entry_t entry;
+#ifdef IS_UNICODE
+	zend_uchar name_type;
+#endif
 	zval      *value;
 	zend_bool  have_references;
