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

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

Исходный пакет: php7-opcache
Версия: 7.4.28-alt1.1
Собран:  25 февраля 2022 г. 19:40 в задании #295835
Категория: Система/Серверы
Сообщить об ошибке в пакете
Домашняя страница: 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.28
    2. php7 = 7.4.28
    3. rpm-build-php7-version
    4. gcc-c++

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


23 февраля 2022 г. Anton Farygin 7.4.28-alt1.1
- Rebuild with php-devel = 7.4.28-alt1.1
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)