Index: trunk/xcache.h
===================================================================
--- trunk/xcache.h	(revision 88)
+++ trunk/xcache.h	(revision 95)
@@ -154,4 +154,16 @@
 } xc_classinfo_t;
 /* }}} */
+#ifdef HAVE_XCACHE_CONSTANT
+/* {{{ xc_constinfo_t */
+typedef struct {
+#ifdef IS_UNICODE
+	zend_uchar type;
+#endif
+	char *key;
+	zend_uint key_size;
+	zend_constant constant;
+} xc_constinfo_t;
+/* }}} */
+#endif
 /* {{{ xc_funcinfo_t */
 typedef struct {
@@ -175,4 +187,9 @@
 
 	zend_op_array *op_array;
+
+#ifdef HAVE_XCACHE_CONSTANT
+	zend_uint constinfo_cnt;
+	xc_constinfo_t *constinfos;
+#endif
 
 	zend_uint funcinfo_cnt;
