modified file plugins
This commit is contained in:
@ -0,0 +1,35 @@
|
||||
; /etc/php.d/xcache.ini
|
||||
|
||||
;extension = xcache.so
|
||||
zend_extension = "/usr/lib/php/modules/xcache.so"
|
||||
zend_extension_ts = "/usr/lib/php/modules/xcache.so"
|
||||
|
||||
xcache.admin.user = ""
|
||||
xcache.admin.pass = ""
|
||||
xcache.admin.enable_auth = Off
|
||||
xcache.test = Off
|
||||
xcache.coredump_directory = ""
|
||||
|
||||
xcache.shm_scheme = mmap
|
||||
|
||||
xcache.cacher = On
|
||||
xcache.size = 32M
|
||||
xcache.count = 8
|
||||
xcache.slots = 8K
|
||||
xcache.ttl = 0
|
||||
xcache.gc_interval = 0
|
||||
xcache.var_size = 32M
|
||||
xcache.var_count = 1
|
||||
xcache.var_slots = 8K
|
||||
xcache.var_ttl = 0
|
||||
xcache.var_maxttl = 0
|
||||
xcache.var_gc_interval = 300
|
||||
xcache.mmap_path = "/dev/zero"
|
||||
|
||||
xcache.optimizer = Off
|
||||
|
||||
xcache.coverager = Off
|
||||
xcache.coveragedump_directory = ""
|
||||
|
||||
xcache.stat = Off
|
||||
xcache.readonly_protection = Off
|
||||
Reference in New Issue
Block a user