I'm having trouble to enable Zend OPCache in compiled PHP 5.6.30.
It was compiled using '--enable-opcache' although it's not necessary at that version.
I already added to php.ini:
zend_extension=path_to_opcache.so opcache.enable=1 Also tried enabling opcache.error_log but didn't write anything to the specified file.
I've tried some others options, none of them showed "Zend OPCache" section at phpinfo();.
I'm using Ubuntu 16.04.