Can you give me alittle guide. I did the same thing as instruction but get error:
XCache variable data cache is not enabled, please set xcache.var_size in php.ini.....
my xcache.ini
Quote:
[xcache-common]
zend_extension = /usr/lib/20020429/xcache.so
; required for >=php5.1 if you turn XCache on
auto_globals_jit = Off
[xcache.admin]
xcache.admin.user = "admin"
; paste the output of md5("password") below
xcache.admin.pass = ""
[xcache]
xcache.size = 32M
xcache.count = 2
xcache.slots = 8K
xcache.var_size = 32M
xcache.var_count = 2
xcache.var_slots = 8K
xcache.mmap_path = "/dev/zero"
xcache.cacher = On
|