Uninstalling XCache and installing APC
I couldn't find any entries in php.ini with regards to xcache, although it seems to be enabled when I run phpinfo();
Also I followed the guide to installing APC here:
but I cannot see any related entries in phpinfo(); after restarting the server, so I'm stumped as to what my next step should be at this point.
2 Replies
How did you install XCache?
Normally it'd be a case of running your package manager to remove xcache and install apc then restarting your php process.