Remi's RPM repository - Packages

Blog | Support | Repository | Wizard

php-opcache - The Zend OPcache

Website:
http://www.php.net/
Licence:
PHP
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine #NoAI
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

php-opcache-7.2.34-29.module_php.7.2.el8.remi.aarch64 [215 KiB] Changelog by Remi Collet (2026-08-07):
- Fixed SQL injection via E'...' backslash breakout
  CVE-2026-17543
- Fixed GHSA-vc5h-9ppw-p5f3 Crash via recursive symlinks
  CVE-2026-7260
php-opcache-7.2.34-28.module_php.7.2.el8.remi.aarch64 [215 KiB] Changelog by Remi Collet (2026-07-02):
- Fix Memory corruption in openssl_encrypt with AES-WRAP-PAD