Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 131)
+++ /trunk/xcache.c	(revision 132)
@@ -955,5 +955,9 @@
 	}
 	if (xc_test && stored_xce) {
+#ifdef ZEND_ENGINE_2
 		destroy_op_array(op_array TSRMLS_CC);
+#else
+		destroy_op_array(op_array);
+#endif
 		efree(op_array);
 		h = NULL;
