Name: | php-pecl-zendopcache |
---|---|
Version: | 7.0.5 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 168914 |
License: | PHP |
RPM: | php-pecl-zendopcache-7.0.5-2.el7.aarch64.rpm |
Source RPM: | php-pecl-zendopcache-7.0.5-2.el7.src.rpm |
Build Date: | Fri May 25 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pecl.php.net/package/ZendOpcache |
Summary: | The Zend OPcache |
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. |
- backport security fix for bug #69090, rhbz#1409317
- Update to 7.0.5
- fix use after free in opcache CVE-2015-1351
- Update to 7.0.4
- Update to 7.0.3 - open https://github.com/zendtech/ZendOptimizerPlus/issues/162 - cleanup the zts and scl stuff
- drop conflicts with other opcode cache
- fix ZTS configuration - Adapt for SCL
- update to 7.0.2 - add spec License = CC-BY-SA
- allow wildcard in opcache.blacklist_filename and provide default /etc/php.d/opcache-default.blacklist
- official PECL release, version 7.0.1 (beta) - rename to php-pecl-zendopcache