Index: /trunk/mod_coverager/xc_coverager.c
===================================================================
--- /trunk/mod_coverager/xc_coverager.c	(revision 1031)
+++ /trunk/mod_coverager/xc_coverager.c	(revision 1032)
@@ -576,10 +576,10 @@
 /* }}} */
 
-static int xc_zend_startup(zend_extension *extension) /* {{{ */
+static int xc_optimizer_zend_startup(zend_extension *extension) /* {{{ */
 {
 	return SUCCESS;
 }
 /* }}} */
-static void xc_zend_shutdown(zend_extension *extension) /* {{{ */
+static void xc_optimizer_zend_shutdown(zend_extension *extension) /* {{{ */
 {
 	/* empty */
@@ -614,6 +614,6 @@
 	XCACHE_URL,
 	XCACHE_COPYRIGHT,
-	xc_zend_startup,
-	xc_zend_shutdown,
+	xc_optimizer_zend_startup,
+	xc_optimizer_zend_shutdown,
 	NULL,           /* activate_func_t */
 	NULL,           /* deactivate_func_t */
