| Name: | php-opcache |
|---|---|
| Version: | 8.2.30 |
| Release: | 1.module+el8.10.0+90775+243071a5 |
| Architecture: | x86_64 |
| Module: | php:8.2:8100020260106091451:f7998665 |
| Group: | Unspecified |
| Size: | 1028078 |
| License: | PHP-3.01 |
| RPM: | php-opcache-8.2.30-1.module+el8.10.0+90775+243071a5.x86_64.rpm |
| Source RPM: | php-8.2.30-1.module+el8.10.0+90775+243071a5.src.rpm |
| Build Date: | Wed Jan 28 2026 |
| Build Host: | build-ol8-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.30
- rebase to 8.2.28
- rebase to 8.2.25 RHEL-66166
- rebase to 8.2.13 RHEL-14705 - 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.0.27
- snmp3 calls using authPriv or authNoPriv immediately return false #2104630
- rebase to 8.0.20 #2100876 - fix wrong mod_php configuration #2094728
- fix password of excessive length triggers buffer overflow leading to RCE CVE-2022-31626
- refresh provided configuration from upstream
- rebase to 8.0.13 - drop xmlrpc extension - drop json sub-package, extension is always present