Name: | php-opcache |
---|---|
Version: | 8.0.30 |
Release: | 1.el9_2 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 538639 |
License: | PHP |
RPM: | php-opcache-8.0.30-1.el9_2.aarch64.rpm |
Source RPM: | php-8.0.30-1.el9_2.src.rpm |
Build Date: | Fri Oct 20 2023 |
Build Host: | build-ol9-aarch64.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.0.30 - Resolves: RHEL-11946
- rebase to 8.0.27
- snmp3 calls using authPriv or authNoPriv immediately return false #2104630
- fix patch41 not applied (use system nikic/php-parser when available)
- rebase to 8.0.20 #2095752 - clean unneeded dependency on useradd command #2095447 - add upstream patch to initialize pcre before mbstring - retrieve tzdata version from /usr/share/zoneinfo/tzdata.zi
- rebase to 8.0.13 #2032429 - refresh configuration files from upstream
- rebase to 8.0.12 #2017111 #1981423 - build using system libxcrypt #2015903