summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-02 15:41:48 +0200
committerRemi Collet <remi@remirepo.net>2019-07-02 15:41:48 +0200
commitcdb9612f5132231a6d36e996b3d61e8522b2c512 (patch)
treea89b55e8fed532234ede78fee770f75d3f375dd8
parent43d7989083635d5ae893b7ec48c998ec2f7068c4 (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.txt2
-rw-r--r--php.spec9
2 files changed, 6 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 9ca5d84..754676a 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.3.7RC3 (2019-06-20)
+===== 7.3.7 (2019-07-04)
$ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log
diff --git a/php.spec b/php.spec
index d7b169a..a7aa881 100644
--- a/php.spec
+++ b/php.spec
@@ -132,7 +132,7 @@
%endif
%global upver 7.3.7
-%global rcver RC3
+#global rcver RC3
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1079,9 +1079,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
@@ -1888,6 +1885,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