From bc13636bfe96859b4a089245740f5f5beed272cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Sun, 20 Mar 2011 22:12:11 +0000 Subject: [PATCH] - Fixed SKIPIF section of bug51958.phpt. --- ext/sockets/tests/bug51958.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sockets/tests/bug51958.phpt b/ext/sockets/tests/bug51958.phpt index e5db68340c..afccd6ce23 100644 --- a/ext/sockets/tests/bug51958.phpt +++ b/ext/sockets/tests/bug51958.phpt @@ -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--