Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-pecl-zendopcache - The Zend OPcache

Website:
http://pecl.php.net/package/ZendOpcache
Licence:
PHP
Vendor:
Remi Collet
Description:
The Zend OPcache provides faster PHP execution through opcode caching and
optimization. It improves PHP performance by storing precompiled script
bytecode in the shared memory. This eliminates the stages of reading code from
the disk and compiling it on future access. In addition, it applies a few
bytecode optimization patterns that make code execution faster.

Package built for PHP 7.0.

Packages

php-pecl-zendopcache-7.0.5-3.remi.src [112 KiB] Changelog by Remi Collet (2017-02-09):
- backport security fix for bug #69090, rhbz#1409317
php-pecl-zendopcache-7.0.5-2.remi.src [108 KiB] Changelog by Remi Collet (2016-03-10):
- adapt for F24
php-pecl-zendopcache-7.0.5-1.remi.src [108 KiB] Changelog by Remi Collet (2015-04-14):
- Update to 7.0.4
php-pecl-zendopcache-7.0.4-2.remi.src [108 KiB] Changelog by Remi Collet (2015-04-08):
- fix use after free in opcache CVE-2015-1351
- drop runtime dependency on pear, new scriptlets
php-pecl-zendopcache-7.0.4-1.remi.src [107 KiB] Changelog by Remi Collet (2015-01-12):
- Update to 7.0.4
- disable opcache.fast_shutdown in default configuration