summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-02 14:12:27 +0200
committerRemi Collet <remi@remirepo.net>2019-07-02 14:12:27 +0200
commit1ccabe67353a4f84a67ccd29b631f7a30b46993c (patch)
treef08276fe66d686ec1306aff1e9b4100522f2693c /php72.spec
parenta12d7aa49cf0dabe6c3a7f3f83ea17b74c59eaaf (diff)
- Update to 7.2.20 - http://www.php.net/releases/7_2_20.php
- disable opcache.huge_code_pages in default configuration
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php72.spec b/php72.spec
index 8b3e69f..2244ae5 100644
--- a/php72.spec
+++ b/php72.spec
@@ -117,7 +117,7 @@
%endif
%global upver 7.2.20
-%global rcver RC3
+#global rcver RC3
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -1249,9 +1249,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
@@ -2201,6 +2198,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