Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php72-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

php72-php-opcache-7.2.3~RC1-2.fc24.remi.x86_64 [219 KiB] Changelog by Remi Collet (2018-02-14):
- update to 7.2.3RC1
- adapt systzdata, fixheader and ldap_r patches
- apply upstream patch for date ext
php72-php-opcache-7.2.2~RC1-1.fc24.remi.x86_64 [218 KiB] Changelog by Remi Collet (2018-01-16):
- update to 7.2.2RC1
- define SOURCE_DATE_EPOCH for reproducible build