- Timestamp:
- 2012-07-23T04:00:15Z (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mod_coverager/xc_coverager.c
r1031 r1032 576 576 /* }}} */ 577 577 578 static int xc_ zend_startup(zend_extension *extension) /* {{{ */578 static int xc_optimizer_zend_startup(zend_extension *extension) /* {{{ */ 579 579 { 580 580 return SUCCESS; 581 581 } 582 582 /* }}} */ 583 static void xc_ zend_shutdown(zend_extension *extension) /* {{{ */583 static void xc_optimizer_zend_shutdown(zend_extension *extension) /* {{{ */ 584 584 { 585 585 /* empty */ … … 614 614 XCACHE_URL, 615 615 XCACHE_COPYRIGHT, 616 xc_ zend_startup,617 xc_ zend_shutdown,616 xc_optimizer_zend_startup, 617 xc_optimizer_zend_shutdown, 618 618 NULL, /* activate_func_t */ 619 619 NULL, /* deactivate_func_t */
Note: See TracChangeset
for help on using the changeset viewer.