i have compiled php 7 with --enable-opcache in php selector edit flags
then i have commented out linex in php.ini ( /opt/alt/php7/usr/php/php.ini )
then i added the line
zend_extension=/usr/lib64/extensions/no-debug-non-zts-20131226/opcache.so
but i can't understand how i would notice it is working
in the list modules in php selector, there's no opcache
in phpinfo, on a site i use php7, only two things about opcache are "configure command" and "author credits"
someone has a suggestion?