From 95a3bfb1bcdfe3277921f890be6a36c6da08c266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 e5db68340cf..afccd6ce23d 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--