Name: | php-opcache |
---|---|
Version: | 8.2.13 |
Release: | 1.module+el9.4.0+90261+af5cc950 |
Architecture: | x86_64 |
Module: | php:8.2:9040020240409051502:bc5b3234 |
Group: | Unspecified |
Size: | 1038986 |
License: | PHP-3.01 |
RPM: | php-opcache-8.2.13-1.module+el9.4.0+90261+af5cc950.x86_64.rpm |
Source RPM: | php-8.2.13-1.module+el9.4.0+90261+af5cc950.src.rpm |
Build Date: | Tue Apr 09 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.php.net/ |
Summary: | The Zend OPcache |
Description: | The Zend OPcache 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. |
- rebase to 8.2.13 RHEL-14699 - add %__phpize and %__phpconfig macros - move httpd/nginx wants directives to config files in /etc - php-fpm.conf: move include directive after [global] section following upstream example, allowing overriding - use SPDX license IDs
- rebase to 8.1.14
- update to 8.1.8 #2070040
- clean unneeded dependency on useradd command
- update to 8.1.7 #2070040
- add upstream patch to initialize pcre before mbstring - add upstream patch to use more sha256 in openssl tests
- update to 8.1.6 #2070040
- rebase to 8.0.13 #2032429 - refresh configuration files from upstream