Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ACDGHILMOPQRSTUVWZ
]
php55-php-opcache - The Zend OPcache
- Website:
- http://www.php.net/
- Licence:
- PHP
- Vendor:
- Remi Collet
- 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
php55-php-opcache-5.5.38-8.fc25.remi.x86_64
|
[102 KiB]
|
Changelog by Remi Collet (2018-03-01):
- fix #73549: Use after free when stream is passed to imagepng
- fix #75981: stack-buffer-overflow while parsing HTTP response
|
php55-php-opcache-5.5.38-7.fc25.remi.x86_64
|
[102 KiB]
|
Changelog by Remi Collet (2017-02-18):
- fix #73737: FPE when parsing a tag format
CVE-2016-10158
- fix #73764: int overflows in phar
CVE-2016-10159
- fix #73768: Memory corruption when loading hostile phar
CVE-2016-10160
- fix #69090: check cached files permissions
|