|
|
|
@ -575,12 +575,12 @@ static zend_function_entry xcache_coverager_functions[] = /* {{{ */
|
|
|
|
|
};
|
|
|
|
|
/* }}} */
|
|
|
|
|
|
|
|
|
|
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 */
|
|
|
|
|
}
|
|
|
|
@ -613,8 +613,8 @@ static zend_extension xc_coverager_zend_extension_entry = {
|
|
|
|
|
XCACHE_AUTHOR,
|
|
|
|
|
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 */
|
|
|
|
|
NULL, /* message_handler_func_t */
|
|
|
|
|