;; ;; php-xcache.ini -- PHP XCache configuration ;; [xcache-common] extension = "@l_prefix@/libexec/php-xcache/xcache.so" [xcache.admin] xcache.admin.enable_auth = On xcache.admin.user = "admin" xcache.admin.pass = "admin" [xcache] xcache.shm_scheme = "mmap" xcache.size = 60M xcache.count = 2 xcache.slots = 8K xcache.ttl = 0 xcache.gc_interval = 0 xcache.var_size = 4M xcache.var_count = 1 xcache.var_slots = 8K xcache.var_ttl = 0 xcache.var_maxttl = 0 xcache.var_gc_interval = 300 xcache.readonly_protection = Off xcache.mmap_path = "/dev/zero" xcache.coredump_directory = "" xcache.cacher = On xcache.stat = On xcache.optimizer = Off xcache.test = Off xcache.experimental = Off [xcache.coverager] xcache.coverager = Off xcache.coveragedump_directory = ""