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
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-8.1.34-2.module_php.8.1.el10.remi.aarch64 [590 KiB] Changelog by Remi Collet (2026-05-07):
- Fix XSS within status endpoint
  CVE-2026-6735
- Fix Null pointer dereference in php_mb_check_encoding() via mb_ereg_search_init()
  CVE-2026-7259
- Fix SQL injection via NUL bytes in quoted strings
  CVE-2025-14179
- Fix Stale SOAP_GLOBAL(ref_map) pointer with Apache Map
  CVE-2026-6722
- Fix Use-after-free after header parsing failure with SOAP_PERSISTENCE_SESSION
  CVE-2026-7261
- Fix Broken Apache map value NULL check
  CVE-2026-7262
- Fix Signed integer overflow of char array offset
  CVE-2026-7568
- Fix Consistently pass unsigned char to ctype.h functions
  CVE-2026-7258
php-opcache-8.1.34-1.module_php.8.1.el10.remi.aarch64 [589 KiB] Changelog by Remi Collet (2025-12-17):
- Update to 8.1.34 - http://www.php.net/releases/8_1_34.php