Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDGHILMPQRTUVWZ
]
php70-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
php70-php-opcache-7.0.33-12.fc28.remi.x86_64
|
[135 KiB]
|
Changelog by Remi Collet (2019-07-30):
- exif:
Fix #78256 heap-buffer-overflow on exif_process_user_comment
CVE-2019-11042
Fix #78222 heap-buffer-overflow on exif_scan_thumbnail
CVE-2019-11041
- phar:
Fix #77919 Potential UAF in Phar RSHUTDOWN
|
php70-php-opcache-7.0.33-11.fc28.remi.x86_64
|
[135 KiB]
|
Changelog by Remi Collet (2019-07-02):
- use oracle client library version 19.3
- disable opcache.huge_code_pages in default configuration
|