Changeset 37 for trunk/config.w32

Show
Ignore:
Timestamp:
05/27/2006 12:47:50 PM (7 years ago)
Author:
moo
Message:

correct warning for coverager

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config.w32

    r31 r37  
    1717    // {{{ add sources on enabled 
    1818    ARG_ENABLE("xcache-optimizer",    "(N/A)", "no"); 
    19     ARG_ENABLE("xcache-coverager",    "Enable code coverage dumper, NOT for production server", "no"); 
     19    ARG_ENABLE("xcache-coverager",    "Enable code coverage dumper, useful for testing php scripts", "no"); 
    2020    ARG_ENABLE("xcache-assembler",    "(N/A)", "no"); 
    2121    ARG_ENABLE("xcache-disassembler", "Enable opcode to php variable dumper, NOT for production server", "no");