From c26b254de1a2c65b994cca66fb4ef9ee292b8db7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2019 18:37:21 +0200 Subject: disable opcache.huge_code_pages in default configuration --- php70.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index 1ea16d7..deff63a 100644 --- a/php70.spec +++ b/php70.spec @@ -114,7 +114,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 10%{?dist} +Release: 11%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1205,9 +1205,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 @@ -2107,8 +2104,9 @@ fi %changelog -* Mon Jun 17 2019 Remi Collet - 7.0.33-10 +* Tue Jul 2 2019 Remi Collet - 7.1.30-3 - use oracle client library version 19.3 +- disable opcache.huge_code_pages in default configuration * Tue May 28 2019 Remi Collet - 7.0.33-9 - iconv: -- cgit