diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-02 17:08:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-02 17:08:15 +0200 |
commit | 2f2f1a82068a646bc894f08808512f42013918a9 (patch) | |
tree | 28392a178bd0477890c31ccd2d996d97723322db | |
parent | 56efba57ca609900f788105bc9f33e9b08f7ba1c (diff) |
- Update to 7.3.7 - http://www.php.net/releases/7_3_7.php
- disable opcache.huge_code_pages in default configuration
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php73.spec | 11 |
2 files changed, 7 insertions, 6 deletions
@@ -1,4 +1,4 @@ -===== 7.3.7RC2 (2019-06-20) +===== 7.3.7 (2019-07-04) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -117,8 +117,8 @@ %endif %global upver 7.3.7 -%global rcver RC3 -%global lower RC3 +#global rcver RC3 +#global lower RC3 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1281,9 +1281,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 @@ -2231,6 +2228,10 @@ fi %changelog +* Tue Jul 2 2019 Remi Collet <remi@remirepo.net> - 7.3.7-1 +- Update to 7.3.7 - http://www.php.net/releases/7_3_7.php +- disable opcache.huge_code_pages in default configuration + * Thu Jun 20 2019 Remi Collet <remi@remirepo.net> - 7.3.7~RC3-1 - update to 7.3.7RC3 |