1
0
Fork 0

note readability

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@849 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2012-03-26 11:30:18 +00:00
parent bfb351bc56
commit 97fab8fbdc
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ""