To install on Fedora:
yum install php-opcache
To turn on the opcache module, restart httpd service:
/bin/systemctl restart httpd.service
You will be able to see opcache running information in phpinfo.php.
A Linux blog by ioMeWeekly, includes tutorials, news, help, programming, tips and how-to guides for opensource applications.
yum install php-opcache
/bin/systemctl restart httpd.service
great
ReplyDelete