From 58e5eb330af82c1443996b5ac76809e7f69d1565 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Aug 2019 09:09:18 +0200 Subject: - Update to 7.2.22 - http://www.php.net/releases/7_2_22.php - fix generator incorrectly reports non-releasable $this as GC child https://bugs.php.net/78412 --- failed.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 6d1df9e..aadaf48 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,16 @@ -===== 7.2.22RC1 (2019-08-15) +===== 7.2.22 (2019-08-29) $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72el6x/build.log:Tests failed : 0 -/var/lib/mock/scl72el7x/build.log:Tests failed : 1 +/var/lib/mock/scl72el7x/build.log:Tests failed : 0 /var/lib/mock/scl72el8x/build.log:Tests failed : 16 -/var/lib/mock/scl72fc28x/build.log:Tests failed : 0 /var/lib/mock/scl72fc29x/build.log:Tests failed : 1 /var/lib/mock/scl72fc30x/build.log:Tests failed : 1 +/var/lib/mock/scl72fc31x/build.log:Tests failed : 1 -el7x - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] -fc29x, fc30x: +fc29x, fc30x, fc31x: TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] el8x: buildroot issue under investigation -- cgit