diff options
Diffstat (limited to 'ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt')
| -rw-r--r-- | ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt b/ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt index 6b46f33715..fb9a311b17 100644 --- a/ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt +++ b/ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt @@ -9,7 +9,7 @@ require 'ipv6_skipif.inc'; if (!defined('IPPROTO_IPV6')) die('skip IPv6 not available.'); -if (substr(PHP_OS, 0, 3) == 'WIN') +if (substr(PHP_OS, 0, 3) == 'WIN') die('skip Not for the Windows!'); /* Windows supports IPV6_RECVTCLASS and is able to receive the tclass via * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg |
