Group :: System/Servers
Source RPM: php7-opcache
Built: 4 months ago
Size: 7.37 KB
Repocop status:

Gear: http://git.altlinux.org/gears/p/php7-opcache.git
Archive: http://ftp.altlinux.org/pub/distributions/archive/p8/index/src/p/php7-opcache
Home page: http://php.net/manual/en/book.opcache.php
License: PHP Licence
Summary: Zend Opcache extension for opcode caching and optimization
Description:
php7 Opcache extension 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.
- php7-opcache
- php7-opcache-debuginfo
- Rebuild with php7-7.2.34-alt1.12017-06-16 Nikolay A. Fetisov 7.1.6-alt1.S1.1
- Fix build with enabled Opcache file cache2017-06-13 Nikolay A. Fetisov 7.1.6-alt1.S1
- Initial build for ALT Linux Sisyphus