| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: php-opcache | Distribution: Unknown |
| Version: 8.0.30 | Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine |
| Release: 16.module_php.8.0.el9.remi | Build date: Mon May 11 09:11:01 2026 |
| Group: Unspecified | Build host: builder.remirepo.net |
| Size: 2805478 | Source RPM: php-8.0.30-16.module_php.8.0.el9.remi.src.rpm |
| Packager: Remi Collet | |
| Url: http://www.php.net/ | |
| Summary: The Zend OPcache | |
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.