I cannot enable opcache for PHP 5.5.38, phpinfo() shows
Zend OPcache
Opcode Caching Disabled
Optimization Disabled
I tried three options with no success:
1. Switching opchache On in Domain->PHP Settings
2. Adding PHP directives directly on the same PHP settings page:
opcache.enable=1...