Skip to content

Commit b3be5d9

Browse files
committed
Fixed bug #61638 Test ext\sockets\tests\unixloop.phpt fails
1 parent 15e26c6 commit b3be5d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/sockets/tests/unixloop.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Unix domain socket Loopback test
33
--SKIPIF--
44
<?php
5+
if (substr(PHP_OS, 0, 3) == 'WIN') {
6+
die('skip.. Not valid for Windows');
7+
}
58
if (!extension_loaded('sockets')) {
69
die('skip sockets extension not available.');
710
}

0 commit comments

Comments
 (0)