Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDGHILMOPQRSTUVWZ
]
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-11.fc27.remi.x86_64
|
[133 KiB]
|
Changelog by Remi Collet (2019-07-02):
- use oracle client library version 19.3
- disable opcache.huge_code_pages in default configuration
|
php70-php-opcache-7.0.33-9.fc27.remi.x86_64
|
[133 KiB]
|
Changelog by Remi Collet (2019-05-28):
- iconv:
Fix #78069 Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
CVE-2019-11039
- exif:
Fix #77988 Heap-buffer-overflow on php_jpg_get16
CVE-2019-11040
- sqlite3:
Fix #77967 Bypassing open_basedir restrictions via file uris
|