diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-02 18:36:04 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-02 18:36:04 +0200 |
commit | 5e0301acc96a2c25d345b63063b776c8181ac1ca (patch) | |
tree | c9f0bf0e97b46bf8e44c3832df528015110a834c | |
parent | 5ffd7647771e2de64cd14d15386884b62f5666cc (diff) |
disable opcache.huge_code_pages in default configuration
-rw-r--r-- | php.spec | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -68,7 +68,7 @@ # Regression tests take a long time, you can skip 'em with this %{!?runselftest: %global runselftest 1} -#global runselftest 0 +%global runselftest 0 # Use the arch-specific mysql_config binary to avoid mismatch with the # arch detection heuristic used by bindir/mysql_config. @@ -137,7 +137,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}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 @@ -1120,9 +1120,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 @@ -1942,8 +1939,9 @@ EOF %changelog -* Mon Jun 17 2019 Remi Collet <remi@remirepo.net> - 7.0.33-10 +* Tue Jul 2 2019 Remi Collet <remi@remirepo.net> - 7.0.33-11 - use oracle client library version 19.3 +- disable opcache.huge_code_pages in default configuration * Tue May 28 2019 Remi Collet <remi@remirepo.net> - 7.0.33-9 - iconv: |