Remi's RPM repository - Packages

Blog | Support | Repository | Wizard

php74-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

php74-php-opcache-7.4.33-17.el9.remi.aarch64 [220 KiB] Changelog by Remi Collet (2024-08-26):
- add backport for https://bugs.php.net/79589
  error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading
php74-php-opcache-7.4.33-15.el9.remi.aarch64 [220 KiB] Changelog by Remi Collet (2024-06-04):
- Fix filter bypass in filter_var FILTER_VALIDATE_URL
  CVE-2024-5458