We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f14b0 commit af7445bCopy full SHA for af7445b
ext/openssl/tests/stream_server_reneg_limit.phpt
@@ -70,6 +70,8 @@ CODE;
70
$serverCode = sprintf($serverCode, $certFile);
71
72
$clientCode = <<<'CODE'
73
+ phpt_wait();
74
+
75
$cmd = 'openssl s_client -connect 127.0.0.1:64321';
76
$descriptorSpec = [["pipe", "r"], ["pipe", "w"], ["pipe", "w"]];
77
$process = proc_open($cmd, $descriptorSpec, $pipes);
0 commit comments