From 7b440a8932d1e9cdb8811a31447a03fe4d8ac7ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2019 17:34:58 +0200 Subject: disable opcache.huge_code_pages in default configuration --- php.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/php.spec b/php.spec index b535b74..4aa1140 100644 --- a/php.spec +++ b/php.spec @@ -136,7 +136,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}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 @@ -1060,9 +1060,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 tail -n 5 10-opcache.ini @@ -1870,8 +1867,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