xlegends
Member
Hi Im trying to use a cache provider
My php build Webtatic only has Memcache, Redis or Zend Opcache
What do I put for provider if I use Zend Opcache. I tried both opcache and zend and both of them crash up web server.
I guess I could try install Memcache but I already have Opcache installed and in use for another site on server.
My php build Webtatic only has Memcache, Redis or Zend Opcache
Code:
#### Global Caching On/Off ####
$config['cache']['enabled'] = true;
#### Zend Opcache Provider ####
$config['cache']['provider'] = 'Opcache';
#### XenForo user sessions ####
$config['cache']['sessions'] = true;
What do I put for provider if I use Zend Opcache. I tried both opcache and zend and both of them crash up web server.
I guess I could try install Memcache but I already have Opcache installed and in use for another site on server.