From 4371a030d7326f95f15300a103577e2830590a52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Dec 2019 15:32:54 +0100 Subject: - Update to 7.3.13 - http://www.php.net/releases/7_3_13.php - use oracle client library version 19.5 (18.5 on EL-6) --- failed.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 524afc9..208bd66 100644 --- a/failed.txt +++ b/failed.txt @@ -1,10 +1,10 @@ -===== 7.3.13RC1 (2019-12-05) +===== 7.3.13 (2019-12-19) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 0 +/var/lib/mock/el6i/build.log:Tests failed : 1 /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/fc29i/build.log:Tests failed : 0 /var/lib/mock/fc29x/build.log:Tests failed : 0 @@ -13,6 +13,10 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc31x/build.log:Tests failed : 0 +el6i: + 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] +el7x: + 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] el8x: 5 buildroot issue with openssl under investigation -- cgit