Name: | php-opcache |
---|---|
Version: | 7.2.24 |
Release: | 1.module+el8.2.0+5510+6771133c |
Architecture: | aarch64 |
Module: | php:7.2:8020020191108065827:a4870ff1 php:7.2:8020020191108065828:a4870ff1 |
Group: | Unspecified |
Size: | 472925 |
License: | PHP |
RPM: | php-opcache-7.2.24-1.module+el8.2.0+5510+6771133c.aarch64.rpm |
Source RPM: | php-7.2.24-1.module+el8.2.0+5510+6771133c.src.rpm |
Build Date: | Sun Feb 16 2020 |
Build Host: | ca-arm-builder-03.us.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. |
- update to 7.2.24 #1726981
- fix underflow in env_path_info in fpm_main.c CVE-2019-11043
- rebuild (#1695587)
- update to 7.2.11 #1628543
- drop tidy extension #1619290
- update to 7.2.8
- FPM: add getallheaders, backported from 7.3 #1582533
- drop libargon2 dependency #1595261
- Update to 7.2.7 - http://www.php.net/releases/7_2_7.php - drop -mstackrealign option, workaround to #1593144
- switch back to bundled onigurama