Skip to content

Commit 4b544f2

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Try to fix intermittent failures of stream_server_reneg_limit.phpt on macos
2 parents a6eb370 + af7445b commit 4b544f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/openssl/tests/stream_server_reneg_limit.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ CODE;
7070
$serverCode = sprintf($serverCode, $certFile);
7171

7272
$clientCode = <<<'CODE'
73+
phpt_wait();
74+
7375
$cmd = 'openssl s_client -connect 127.0.0.1:64321';
7476
$descriptorSpec = [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]];
7577
$process = proc_open($cmd, $descriptorSpec, $pipes);

0 commit comments

Comments
 (0)