diff options
Diffstat (limited to 'php72.spec')
-rw-r--r-- | php72.spec | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -117,7 +117,7 @@ %endif %global upver 7.2.20 -%global rcver RC3 +#global rcver RC3 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1249,9 +1249,6 @@ cat << EOF >>10-opcache.ini ; This should improve performance, but requires appropriate OS configuration. opcache.huge_code_pages=0 EOF -%ifarch x86_64 -sed -e '/opcache.huge_code_pages/s/0/1/' -i 10-opcache.ini -%endif %endif cp %{SOURCE52} 20-oci8.ini @@ -2201,6 +2198,10 @@ fi %changelog +* Tue Jul 2 2019 Remi Collet <remi@remirepo.net> - 7.2.20-1 +- Update to 7.2.20 - http://www.php.net/releases/7_2_20.php +- disable opcache.huge_code_pages in default configuration + * Thu Jun 20 2019 Remi Collet <remi@remirepo.net> - 7.2.20~RC3-1 - update to 7.2.20RC3 |