Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDGHILMPQRTUVWXZ
]
php70-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
php70-php-opcache-7.0.33-22.fc30.remi.x86_64
|
[96 KiB]
|
Changelog by Remi Collet (2020-08-04):
- Core:
Fix #79877 getimagesize function silently truncates after a null byte
- Phar:
Fix #79797 use of freed hash key in the phar_parse_zipfile function
CVE-2020-7068
|
php70-php-opcache-7.0.33-21.fc30.remi.x86_64
|
[95 KiB]
|
Changelog by Remi Collet (2020-05-12):
- Core:
Fix #78875 Long filenames cause OOM and temp files are not cleaned
CVE-2019-11048
Fix #78876 Long variables in multipart/form-data cause OOM and temp
files are not cleaned
|