Enable Zend OPcache in PHP
To enable Zend OPCache in PHP, edit php.ini add following to end of the file zend_extension=opcache.so Now you may need to adjust…
To enable Zend OPCache in PHP, edit php.ini add following to end of the file zend_extension=opcache.so Now you may need to adjust…