Changeset 1033
- Timestamp:
- 2012-07-23T06:03:14+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/mod_optimizer/xc_optimizer.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mod_optimizer/xc_optimizer.c
r1026 r1033 619 619 /* }}} */ 620 620 621 static int xc_ zend_startup(zend_extension *extension) /* {{{ */621 static int xc_coverager_zend_startup(zend_extension *extension) /* {{{ */ 622 622 { 623 623 return SUCCESS; 624 624 } 625 625 /* }}} */ 626 static void xc_ zend_shutdown(zend_extension *extension) /* {{{ */626 static void xc_coverager_zend_shutdown(zend_extension *extension) /* {{{ */ 627 627 { 628 628 } … … 635 635 XCACHE_URL, 636 636 XCACHE_COPYRIGHT, 637 xc_ zend_startup,638 xc_ zend_shutdown,637 xc_coverager_zend_startup, 638 xc_coverager_zend_shutdown, 639 639 NULL, /* activate_func_t */ 640 640 NULL, /* deactivate_func_t */
Note: See TracChangeset
for help on using the changeset viewer.

