From 7ec2fa2cdcb3da59aec62de251701e48941adcaf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2019 17:35:17 +0200 Subject: disable opcache.huge_code_pages in default configuration --- php71.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/php71.spec b/php71.spec index 9402bb5..4682922 100644 --- a/php71.spec +++ b/php71.spec @@ -114,7 +114,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 3%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1161,9 +1161,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 @@ -2085,8 +2082,9 @@ fi %changelog -* Mon Jun 17 2019 Remi Collet - 7.1.30-2 +* 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.1.30-1 - Update to 7.1.30 - http://www.php.net/releases/7_1_30.php -- cgit