note readability
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@849 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
bfb351bc56
commit
97fab8fbdc
|
@ -50,7 +50,7 @@ xcache.mmap_path = "/dev/zero"
|
|||
|
||||
|
||||
; leave it blank(disabled) or "/tmp/phpcore/"
|
||||
; make sure it's writable by php (without checking open_basedir)
|
||||
; make sure it's writable by php (open_basedir is not checked)
|
||||
xcache.coredump_directory = ""
|
||||
|
||||
; per request settings
|
||||
|
@ -67,6 +67,6 @@ xcache.experimental = Off
|
|||
xcache.coverager = Off
|
||||
|
||||
; ini only settings
|
||||
; make sure it's readable (care open_basedir) by coverage viewer script
|
||||
; make sure it's readable (open_basedir is checked) by coverage viewer script
|
||||
; requires xcache.coverager=On
|
||||
xcache.coveragedump_directory = ""
|
||||
|
|
Loading…
Reference in New Issue