Remi's RPM repository - Packages

Blog | Forum | Repository

php54-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.

Packages

php54-php-pecl-zendopcache-7.0.5-1.fc21.remi.x86_64 [77 KiB] Changelog by Remi Collet (2015-04-14):
- Update to 7.0.4
php54-php-pecl-zendopcache-7.0.4-2.fc21.remi.x86_64 [77 KiB] Changelog by Remi Collet (2015-04-08):
- fix use after free in opcache CVE-2015-1351
- drop runtime dependency on pear, new scriptlets