From 1ccabe67353a4f84a67ccd29b631f7a30b46993c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2019 14:12:27 +0200 Subject: - Update to 7.2.20 - http://www.php.net/releases/7_2_20.php - disable opcache.huge_code_pages in default configuration --- php72.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index 8b3e69f..2244ae5 100644 --- a/php72.spec +++ b/php72.spec @@ -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 - 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 - 7.2.20~RC3-1 - update to 7.2.20RC3 -- cgit