summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt10
-rw-r--r--php72.spec9
2 files changed, 8 insertions, 11 deletions
diff --git a/failed.txt b/failed.txt
index cc32a09..89002cf 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,8 +1,8 @@
-===== 7.2.20RC2 (2019-06-20)
+===== 7.2.20 (2019-07-04)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
-/var/lib/mock/el6i/build.log:Tests failed : 1
+/var/lib/mock/el6i/build.log:Tests failed : 0
/var/lib/mock/el6x/build.log:Tests failed : 0
/var/lib/mock/el7x/build.log:Tests failed : 0
/var/lib/mock/el8x73/build.logTests failed : 16
@@ -10,14 +10,10 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/var/lib/mock/fc27x/build.log:Tests failed : 0
/var/lib/mock/fc28i/build.log:Tests failed : 0
/var/lib/mock/fc28x/build.log:Tests failed : 0
-/var/lib/mock/fc29i/build.log:Tests failed : 2
+/var/lib/mock/fc29i/build.log:Tests failed : 1
/var/lib/mock/fc29x/build.log:Tests failed : 1
-el6i
- 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt]
-fc29i
- 1 Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt]
fc29i, fc29x:
5 TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt]
el8x:
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