1
0
Fork 0

rename coverage -> coverager

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@28 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.1
Xuefer 2006-05-26 02:31:00 +00:00
parent 61cc1755bd
commit 410691f351
1 changed files with 1 additions and 1 deletions

View File

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