I've got OPcache installed and PHP-FPM enabled for my domain. However when I viewed the phpinfo() details, "Zend OPcache" section is completely missing from the details. So I'm not able to see whether OPcache is even working well. I was expecting to see the Zend OPcache section something like below (this is what I see in phpinfo on another host).
i.imgur.com/8vnYdit.png
When I tried php -m command, I could see "Zend OPcache" listed under [PHP Modules] and [Zend Modules].
In phpinfo details, all I could see was this:
i.imgur.com/1jRrZr9.png
Is there a way to enable Zend OPcache section for phpinfo?
i.imgur.com/8vnYdit.png
When I tried php -m command, I could see "Zend OPcache" listed under [PHP Modules] and [Zend Modules].
In phpinfo details, all I could see was this:
i.imgur.com/1jRrZr9.png
Is there a way to enable Zend OPcache section for phpinfo?
Last edited by a moderator: