Package php8.0-opcache: Information

Source package: php8.0-opcache
Version: 8.0.28-alt1.2
Build time:  Feb 21, 2023, 09:06 PM in the task #315278
Category: System/Servers
Report package bug
License: PHP-3.01
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.

List of rpms provided by this srpm:
php8.0-opcache (x86_64, ppc64le, i586, armh, aarch64)
php8.0-opcache-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Nikolay A. Fetisov


    1. gcc-c++
    2. php-devel = 8.0.28
    3. php8.0 = 8.0.28
    4. rpm-build-php8.0-version

Last changed


Feb. 21, 2023 Anton Farygin 8.0.28-alt1.2
- Rebuild with php-devel = 8.0.28-alt1.2
April 30, 2020 Vitaly Lipatov 7.3.16-alt1.3
- fix SAPI name (ALT bug 38412)
Nov. 28, 2019 Michael Shigorin 7.3.12-alt1.2
- Fix build on %e2k (SIMD needs proper porting)