Blog |
Forum |
Repository |
Wizard
Jump to letter: [
APUX
]
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-8.1.2-1.fc33.remi.x86_64
|
[591 KiB]
|
Changelog by Remi Collet (2022-01-19):
- Update to 8.1.2 - http://www.php.net/releases/8_1_2.php
- Fix GH-7899 Regression in unpack for negative int value
- Fix GH-7883 Segfault when INI file is not readable
|
php-opcache-8.1.1-1.fc33.remi.x86_64
|
[588 KiB]
|
Changelog by Remi Collet (2021-12-15):
- Update to 8.1.1 - http://www.php.net/releases/8_1_1.php
|