- Fixed SKIPIF section of bug51958.phpt.

This commit is contained in:
Gustavo André dos Santos Lopes 2011-03-20 22:12:11 +00:00
parent f06e3ba5c1
commit 95a3bfb1bc

View File

@ -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);