diff options
-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: |