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 ee4fa7d commit f8850ccCopy full SHA for f8850cc
ext/openssl/tests/tls_min_v1.0_max_v1.1_wrapper.phpt
@@ -18,7 +18,7 @@ $serverCode = <<<'CODE'
18
$server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
19
phpt_notify();
20
21
- for ($i=0; $i < 6; $i++) {
+ for ($i=0; $i < (phpt_has_sslv3() ? 6 : 5); $i++) {
22
@stream_socket_accept($server, 3);
23
}
24
CODE;
0 commit comments