|
Last change
on this file since 496 was
496,
checked in by moo, 5 years ago
|
|
fixed #157: support user error handler for E_STRICT. E_STRICT is now cached
|
-
Property svn:eol-style set to
native
|
|
File size:
677 bytes
|
| Line | |
|---|
| 1 | display_error = On |
|---|
| 2 | auto_globals_jit = Off |
|---|
| 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.experimental = On |
|---|
| 12 | xcache.size = 1M |
|---|
| 13 | xcache.count = 1 |
|---|
| 14 | xcache.var_size = 1M |
|---|
| 15 | xcache.var_count = 1 |
|---|
| 16 | xcache.var_slots = 1000 |
|---|
| 17 | ; xcache.mmap_path = "/dev/zero" |
|---|
| 18 | xcache.mmap_path = "/tmp/xcache" |
|---|
| 19 | xcache.readonly_protection = Off |
|---|
| 20 | xcache.optimizer = Off |
|---|
| 21 | xcache.coredump_directory = "/tmp/" |
|---|
| 22 | ;xcache.coveragedump_directory = "/tmp/pcov/" |
|---|
| 23 | xcache.coverager = On |
|---|
| 24 | |
|---|
| 25 | xcache.admin.user = "test" |
|---|
| 26 | xcache.admin.pass = "098f6bcd4621d373cade4e832627b4f6" |
|---|
Note: See
TracBrowser
for help on using the repository browser.