1
0
Fork 0

name clash

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1032 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent 1ee03c9ee4
commit 33c1696965

@ -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 */

Loading…
Cancel
Save