mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- Fixed SKIPIF section of bug51958.phpt.
This commit is contained in:
parent
f06e3ba5c1
commit
95a3bfb1bc
@ -9,7 +9,7 @@ if (!defined('IPPROTO_IPV6')) {
|
||||
die('skip IPv6 not available.');
|
||||
}
|
||||
if (PHP_OS != "WINNT")
|
||||
die('skip test relies Winsock's error code for WSAEWOULDBLOCK/EAGAIN');
|
||||
die('skip test relies Winsock\'s error code for WSAEWOULDBLOCK/EAGAIN');
|
||||
--FILE--
|
||||
<?php
|
||||
$listenfd = socket_create(AF_INET6, SOCK_STREAM, SOL_TCP);
|
||||
|
Loading…
Reference in New Issue
Block a user