diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-02 13:05:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-02 13:05:59 +0200 |
commit | 099f7232d2fa6b0685a1416d91dd32791f38bf61 (patch) | |
tree | 6b88e04b640e81f283085a7526a537976221f352 | |
parent | 4f6d063e83e86e1f7da06a44d1fc82c3c79e37d4 (diff) |
- Update to 7.2.20 - http://www.php.net/releases/7_2_20.php
- disable opcache.huge_code_pages in default configuration
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 9 |
2 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 7.2.20RC3 (2019-06-20) +===== 7.2.20 (2019-07-04) $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log @@ -132,7 +132,7 @@ %endif %global upver 7.2.20 -%global rcver RC3 +#global rcver RC3 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1085,9 +1085,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 @@ -1895,6 +1892,10 @@ fi %changelog +* Tue Jul 2 2019 Remi Collet <remi@remirepo.net> - 7.2.20-1 +- Update to 7.2.20 - http://www.php.net/releases/7_2_20.php +- disable opcache.huge_code_pages in default configuration + * Thu Jun 20 2019 Remi Collet <remi@remirepo.net> - 7.2.20~RC3-1 - update to 7.2.20RC3 |