source:
trunk/xcache-test.ini
@
233
| Last change on this file since 233 was 233, checked in by moo, 7 years ago | |
|---|---|
|
|
| File size: 634 bytes | |
| Line | |
|---|---|
| 1 | auto_globals_jit = Off |
| 2 | |
| 3 | [xcache] |
| 4 | zend_extension_debug_ts=./modules/xcache.so |
| 5 | zend_extension_debug=./modules/xcache.so |
| 6 | zend_extension_ts=./modules/xcache.so |
| 7 | zend_extension=./modules/xcache.so |
| 8 | xcache.cacher = Off |
| 9 | xcache.test=1 |
| 10 | xcache.size = 1M |
| 11 | xcache.count = 1 |
| 12 | xcache.var_size = 1M |
| 13 | xcache.var_count = 1 |
| 14 | xcache.var_slots = 1000 |
| 15 | ; xcache.mmap_path = "/dev/zero" |
| 16 | xcache.mmap_path = "/tmp/xcache" |
| 17 | xcache.readonly_protection = Off |
| 18 | xcache.optimizer = Off |
| 19 | xcache.coredump_directory = "/tmp/" |
| 20 | ;xcache.coveragedump_directory = "/tmp/pcov/" |
| 21 | xcache.coverager = On |
| 22 | |
| 23 | xcache.admin.user = "test" |
| 24 | xcache.admin.pass = "098f6bcd4621d373cade4e832627b4f6" |
Note: See TracBrowser
for help on using the repository browser.

