Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php71-php-opcache - The Zend OPcache

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

php71-php-opcache-7.1.33-12.fc31.remi.x86_64 [171 KiB] Changelog by Remi Collet (2021-02-03):
- Fix #80672 Null Dereference in SoapClient
  CVE-2021-21702
- better fix for #77423
php71-php-opcache-7.1.33-11.fc31.remi.x86_64 [171 KiB] Changelog by Remi Collet (2021-01-04):
- Fix #77423 FILTER_VALIDATE_URL accepts URLs with invalid userinfo
  CVE-2020-7071