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

  • Default inline alert: Версия в репозитории: 7.4.33-alt1.2

Исходный пакет: php7-opcache
Версия: 7.4.27-alt1
Собран:  29 декабря 2021 г. 19:11 в задании #292351
Категория: Система/Серверы
Сообщить об ошибке в пакете
Домашняя страница: 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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
php7-opcache (x86_64, ppc64le, i586, armh, aarch64)
php7-opcache-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

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


    1. php-devel = 7.4.27
    2. php7 = 7.4.27
    3. gcc-c++
    4. rpm-build-php7-version

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


21 декабря 2021 г. Anton Farygin 7.4.27-alt1
- Rebuild with php-devel = 7.4.27-alt1
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)