Blog |
Forum |
Repository |
Wizard
Jump to letter: [
AMPUXZ
]
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
|
php-opcache-5.6.40-28.el7.remi.x86_64
|
[139 KiB]
|
Changelog by Remi Collet (2021-06-28):
- Fix #81122 SSRF bypass in FILTER_VALIDATE_URL
CVE-2021-21705
- Fix #76448 Stack buffer overflow in firebird_info_cb
- Fix #76449 SIGSEGV in firebird_handle_doer
- Fix #76450 SIGSEGV in firebird_stmt_execute
- Fix #76452 Crash while parsing blob data in firebird_fetch_blob
CVE-2021-21704
|
|
php-opcache-5.6.40-26.el7.remi.x86_64
|
[139 KiB]
|
Changelog by Remi Collet (2021-04-28):
- Fix #80710 imap_mail_compose() header injection
- use oracle client library version 21.1
|