php-pecl-zendopcache-7.0.1
+
Par Remi le lundi 25 mars 2013, 12:53 - RPM - Lien permanent
Zend (The PHP Company) have Open Sourced its opcode cache, So, Zend Opcache is already available in remi repository for Fedora and Enterprise Linux (RHEL, CentOS, ...)
Yes, this is really an awesome news.
This cache is part of PHP version 5.5.0beta1.
Installation
yum remove php-xcache php-eaccelerator
yum --enablerepo=remi install php-pecl-zendopcache
service httpd restart
For PHP 5.5.0 users (remi-test)
yum --enablerepo=remi-test install php-opcacheIt's time to start some tests.
A control panel is missing, but one will probably be available soon.
Of course, it is already submitted for official Fedora/EPEL repositories (Review #911111).
Warning : you can keep APC version 3.1.15dev for user data cache, after checking that opcode is disabled (apc.enable_opcode_cache=0) or, better, switch to php-apcu which is a dropin alternative.
Commentaires
A control panel seems a must have tool, see the one proposed by Rasmus opcache-status
I've made a control panel in the meanwhile that can be found here;
https://gist.github.com/ck-on/49590...
and the /etc/php.d/opcache-default.blacklist file is provided.
Update to 7.0.2
Update to 7.0.3