name clash
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1033 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.0
parent
33c1696965
commit
d61a32c1f9
|
@ -618,12 +618,12 @@ static void xc_optimizer_op_array_handler(zend_op_array *op_array) /* {{{ */
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
static int xc_zend_startup(zend_extension *extension) /* {{{ */
|
||||
static int xc_coverager_zend_startup(zend_extension *extension) /* {{{ */
|
||||
{
|
||||
return SUCCESS;
|
||||
}
|
||||
/* }}} */
|
||||
static void xc_zend_shutdown(zend_extension *extension) /* {{{ */
|
||||
static void xc_coverager_zend_shutdown(zend_extension *extension) /* {{{ */
|
||||
{
|
||||
}
|
||||
/* }}} */
|
||||
|
@ -634,8 +634,8 @@ static zend_extension xc_optimizer_zend_extension_entry = {
|
|||
XCACHE_AUTHOR,
|
||||
XCACHE_URL,
|
||||
XCACHE_COPYRIGHT,
|
||||
xc_zend_startup,
|
||||
xc_zend_shutdown,
|
||||
xc_coverager_zend_startup,
|
||||
xc_coverager_zend_shutdown,
|
||||
NULL, /* activate_func_t */
|
||||
NULL, /* deactivate_func_t */
|
||||
NULL, /* message_handler_func_t */
|
||||
|
|
Loading…
Reference in New Issue