rename coverage -> coverager
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@28 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.1
parent
61cc1755bd
commit
410691f351
|
@ -4,7 +4,7 @@ ZEND_BEGIN_MODULE_GLOBALS(xcache)
|
|||
#ifdef HAVE_XCACHE_OPTIMIZER
|
||||
zend_bool optimizer; /* true if enabled */
|
||||
#endif
|
||||
#ifdef HAVE_XCACHE_COVERAGE
|
||||
#ifdef HAVE_XCACHE_COVERAGER
|
||||
zend_bool coveragedumper;
|
||||
HashTable *coverages; /* coverages[file][line] = times */
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue