File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 22IPv6 Peer verification matches SAN names
33--EXTENSIONS--
44openssl
5- --CONFLICTS--
6- port64324
75--SKIPIF--
86<?php
97if (!function_exists ("proc_open " )) die ("skip no proc_open " );
Original file line number Diff line number Diff line change 11--TEST--
22Bug #51056 (fread() on blocking stream will block even if data is available)
3- --CONFLICTS--
4- port64324
53--FILE--
64<?php
75
86$ serverCode = <<<'CODE'
9- $server = stream_socket_server('tcp://127.0.0.1:64324 ');
7+ $server = stream_socket_server('tcp://127.0.0.1:64327 ');
108phpt_notify();
119
1210$conn = stream_socket_accept($server);
@@ -25,7 +23,7 @@ $clientCode = <<<'CODE'
2523
2624phpt_wait();
2725
28- $fp = fsockopen("tcp://127.0.0.1:64324 ");
26+ $fp = fsockopen("tcp://127.0.0.1:64327 ");
2927
3028while (!feof($fp)) {
3129 $data = fread($fp, 256);
You can’t perform that action at this time.
0 commit comments