- Timestamp:
- 2006-05-27T12:47:50+02:00 (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
config.m4 (modified) (1 diff)
-
config.w32 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.m4
r36 r37 30 30 XCACHE_MODULES="cacher" 31 31 XCACHE_OPTION([optimizer], [optimizer ], [XCACHE_OPTIMIZER], [(N/A)]) 32 XCACHE_OPTION([coverager], [coverager ], [XCACHE_COVERAGER], [Enable code coverage dumper, NOT for production server])32 XCACHE_OPTION([coverager], [coverager ], [XCACHE_COVERAGER], [Enable code coverage dumper, useful for testing php scripts]) 33 33 XCACHE_OPTION([assembler], [assembler ], [XCACHE_ASSEMBLER], [(N/A)]) 34 34 XCACHE_OPTION([disassembler], [disassembler], [XCACHE_DISASSEMBLER], [Enable opcode to php variable dumper, NOT for production server]) -
trunk/config.w32
r31 r37 17 17 // {{{ add sources on enabled 18 18 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"); 20 20 ARG_ENABLE("xcache-assembler", "(N/A)", "no"); 21 21 ARG_ENABLE("xcache-disassembler", "Enable opcode to php variable dumper, NOT for production server", "no");
Note: See TracChangeset
for help on using the changeset viewer.

