Package php7-opcache: Information

    Source package: php7-opcache
    Version: 7.3.32-alt1.3
    Build time:  Nov 15, 2021, 10:33 PM
    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:
    php7-opcache (mipsel)
    php7-opcache-debuginfo (mipsel)

    Maintainer: Nikolay A. Fetisov


      1. php7 = 7.3.32
      2. php7-devel = 7.3.32
      3. gcc-c++
      4. rpm-build-php7

    Last changed


    Oct. 28, 2021 Anton Farygin 7.3.32-alt1.3
    - Rebuild with php7-7.3.32-alt1.3
    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)