|
Last change
on this file since 870 was
870,
checked in by moo, 14 months ago
|
|
get : include_path right or dont cache
|
-
Property svn:eol-style set to
native
|
|
File size:
706 bytes
|
| Line | |
|---|
| 1 | memory_limit = 256M |
|---|
| 2 | error_reporting = E_ALL|E_STRICT |
|---|
| 3 | |
|---|
| 4 | [xcache] |
|---|
| 5 | zend_extension_debug_ts=./modules/xcache.so |
|---|
| 6 | zend_extension_debug=./modules/xcache.so |
|---|
| 7 | zend_extension_ts=./modules/xcache.so |
|---|
| 8 | zend_extension=./modules/xcache.so |
|---|
| 9 | xcache.cacher = On |
|---|
| 10 | xcache.test = 1 |
|---|
| 11 | xcache.stat = 1 |
|---|
| 12 | xcache.experimental = On |
|---|
| 13 | xcache.size = 16M |
|---|
| 14 | xcache.count = 1 |
|---|
| 15 | xcache.var_size = 1M |
|---|
| 16 | xcache.var_count = 1 |
|---|
| 17 | xcache.var_slots = 1000 |
|---|
| 18 | ; xcache.mmap_path = "/dev/zero" |
|---|
| 19 | xcache.mmap_path = "/tmp/xcache" |
|---|
| 20 | xcache.readonly_protection = Off |
|---|
| 21 | xcache.optimizer = On |
|---|
| 22 | xcache.coredump_directory = "/tmp/" |
|---|
| 23 | ;xcache.coveragedump_directory = "/tmp/pcov/" |
|---|
| 24 | xcache.coverager = On |
|---|
| 25 | |
|---|
| 26 | xcache.admin.user = "test" |
|---|
| 27 | xcache.admin.pass = "098f6bcd4621d373cade4e832627b4f6" |
|---|
Note: See
TracBrowser
for help on using the repository browser.