Package php8.2-opcache: Information
Source package: php8.2-opcache
Version: 8.2.24-alt1.3
Build time: Oct 18, 2024, 04:36 AM
Category: System/Servers
Report package bugHome page: https://php.net/manual/en/book.opcache.php
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 RPM packages built from this SRPM:
php8.2-opcache (e2kv6, e2kv5, e2kv4, e2k)
php8.2-opcache-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
php8.2-opcache (e2kv6, e2kv5, e2kv4, e2k)
php8.2-opcache-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
Maintainer: Anton Farygin
Last changed
Oct. 8, 2024 Anton Farygin 8.2.24-alt1.3
- Rebuild with php-devel = 8.2.24-alt1.3
March 19, 2024 Anton Farygin 8.2.16-alt1
- revert back cgi-fcgi to supported sapi name
April 30, 2020 Vitaly Lipatov 7.3.16-alt1.3
- fix SAPI name (ALT bug 38412)