diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-31 15:30:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-31 15:30:37 +0200 |
commit | 5451ca30bfd6e546cb44f1839d58d1f20e52250c (patch) | |
tree | 6db8844f8c6c55e9ba963dff9acbfe19443cf8b5 | |
parent | d48b7f418e10f55ff8272d508faeaf3abd0cf9c5 (diff) |
update to 7.3.17RC1
-rw-r--r-- | failed.txt | 10 | ||||
-rw-r--r-- | php73.spec | 7 |
2 files changed, 12 insertions, 5 deletions
@@ -1,18 +1,22 @@ -===== 7.3.16RC1 (2020-03-05) +===== 7.3.17RC1 (2020-03-31) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /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/el7x/build.log:Tests failed : 1 /var/lib/mock/el8x73/build.log:Tests failed : 14 -/var/lib/mock/fc30i/build.log:Tests failed : 0 +/var/lib/mock/fc30i/build.log:Tests failed : 1 /var/lib/mock/fc30x/build.log:Tests failed : 0 /var/lib/mock/fc31x/build.log:Tests failed : 0 +el7x: + 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] el8x: 5 buildroot issue with openssl under investigation +fc30i: + 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] 1 proc_open give erratic test results :( @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.16 -#global rcver RC1 +%global upver 7.3.17 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2249,6 +2249,9 @@ fi %changelog +* Tue Mar 31 2020 Remi Collet <remi@remirepo.net> - 7.3.17~RC1-1 +- update to 7.3.17RC1 + * Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 7.3.16-1 - Update to 7.3.16 - http://www.php.net/releases/7_3_16.php - use oracle client library version 19.6 (18.5 on EL-6) |