Index: /trunk/xcache/xc_utils.c
===================================================================
--- /trunk/xcache/xc_utils.c	(revision 995)
+++ /trunk/xcache/xc_utils.c	(revision 996)
@@ -396,5 +396,5 @@
 /* }}} */
 #ifndef ZEND_COMPILE_DELAYED_BINDING
-static int xc_do_early_binding(zend_op_array *op_array, HashTable *class_table, int oplineno TSRMLS_DC) /* {{{ */
+int xc_do_early_binding(zend_op_array *op_array, HashTable *class_table, int oplineno TSRMLS_DC) /* {{{ */
 {
 	zend_op *opline;
Index: /trunk/xcache/xc_utils.h
===================================================================
--- /trunk/xcache/xc_utils.h	(revision 995)
+++ /trunk/xcache/xc_utils.h	(revision 996)
@@ -46,2 +46,6 @@
 void xc_copy_internal_zend_constants(HashTable *target, HashTable *source);
 #endif
+
+#ifndef ZEND_COMPILE_DELAYED_BINDING
+int xc_do_early_binding(zend_op_array *op_array, HashTable *class_table, int oplineno TSRMLS_DC);
+#endif
