Пакет php7-opcache: Информация

    Бинарный пакет: php7-opcache
    Версия: 7.4.33-alt1.2
    Архитектура: e2kv5
    Собран:  11 ноября 2022 г. 20:40
    Исходный пакет: php7-opcache
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://php.net/manual/en/book.opcache.php

    Лицензия: PHP-3.01
    О пакете: Zend Opcache extension for opcode caching and optimization
    Описание: 
    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.

    Сопровождающий: Nikolay A. Fetisov

    Список участников:
    Nikolay A. Fetisov
    Vitaly Lipatov
    Michael Shigorin

    Последнее изменение


    11 ноября 2022 г. Nikolay A. Fetisov 7.4.33-alt1.2
    - Rebuild with php-devel = 7.4.33-alt1.2
    30 апреля 2020 г. Vitaly Lipatov 7.3.16-alt1.3
    - fix SAPI name (ALT bug 38412)
    28 ноября 2019 г. Michael Shigorin 7.3.12-alt1.2
    - Fix build on %e2k (SIMD needs proper porting)