Index: /branches/1.3/utils.c
===================================================================
--- /branches/1.3/utils.c	(revision 635)
+++ /branches/1.3/utils.c	(revision 636)
@@ -348,4 +348,5 @@
 }
 /* }}} */
+#ifndef ZEND_COMPILE_DELAYED_BINDING
 static int xc_do_early_binding(zend_op_array *op_array, HashTable *class_table, int oplineno TSRMLS_DC) /* {{{ */
 {
@@ -432,4 +433,5 @@
 }
 /* }}} */
+#endif
 
 #ifdef HAVE_XCACHE_CONSTANT
@@ -646,8 +648,8 @@
 #endif
 
-	XG(sandbox) = (void *) sandbox;
 	return sandbox;
 }
 /* }}} */
+#ifndef ZEND_COMPILE_DELAYED_BINDING
 static void xc_early_binding_cb(zend_op *opline, int oplineno, void *data TSRMLS_DC) /* {{{ */
 {
@@ -656,4 +658,5 @@
 }
 /* }}} */
+#endif
 static void xc_sandbox_install(xc_sandbox_t *sandbox, xc_install_action_t install TSRMLS_DC) /* {{{ */
 {
