|
|
|
@ -42,10 +42,10 @@ xcache.var_gc_interval = 300
|
|
|
|
|
xcache.test = Off
|
|
|
|
|
; N/A for /dev/zero
|
|
|
|
|
xcache.readonly_protection = Off
|
|
|
|
|
; for win32, xcache.mmap_path=anonymous map name, not file path
|
|
|
|
|
; uncomment and change to "/tmp/xcache" for readonly protection
|
|
|
|
|
; for *nix, xcache.mmap_path is a file path, not directory.
|
|
|
|
|
; Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection
|
|
|
|
|
; 2 group of php won't share the same /tmp/xcache
|
|
|
|
|
; for other OS, it's a file NOT directory
|
|
|
|
|
; for win32, xcache.mmap_path=anonymous map name, not file path
|
|
|
|
|
xcache.mmap_path = "/dev/zero"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|