Report this

What is the reason for this report?

Does OPcode caching on by default in PHP 7 ?

Posted on February 4, 2018

Does OPcode caching on by default in PHP 7 ?

I can’t test right now but it is important to me to know if it is, and if not, what is the fastest way to enable it?

Maybe by some PHP CLI command / sed operation?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

On Ubuntu 16.04 you have to install php7.0-opcache by running sudo apt install php7.0-opcache. You might want to change some settings depending on what you need, check http://php.net/manual/de/opcache.configuration.php for config options.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.