lighttpd forum XCache > Opcode Cache Disabled

Posted by Blake (Guest)
on 08.10.2008 21:59
I believe that I have installed XCache, but when I run a phpinfo(), I 
get the following results:

XCache Support	enabled
Version 	1.2.2
Modules Built 	cacher coverager
Readonly Protection 	N/A
Opcode Cache 	disabled
Variable Cache 	disabled
Shared Memory Schemes 	mmap
Coverage Auto Dumper 	disabled

Notice how it says is Opcode Cache, and the Variable Cache is disabled. 
I have looked through everything, and I can't find out how to enable it.

I'm running this on a Windows XP box running Apache and PHP (obviously).
Posted by Blake (Guest)
on 08.10.2008 22:00
Sorry, I forgot to ask my question.

How do I enable the Opcode Cache and the Variable Cache?
Posted by moo XCache
on 13.10.2008 06:23
Blake wrote:
> Sorry, I forgot to ask my question.
> 
> How do I enable the Opcode Cache and the Variable Cache?

xcache.size = 64M
xcache.var_size = 4M
(if your *.php do not support xcache variable cache, you should not 
enable it)