Skip to content

Commit 8b61219

Browse files
committed
fix test 2
1 parent 0cee9d4 commit 8b61219

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/sockets/tests/mcast_sockettype_error.phpt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Multicast attempt on unsupported socket type
33
--EXTENSIONS--
44
sockets
5+
--SKIPIF--
6+
<?php
7+
if (substr(PHP_OS, 0, 3) == 'WIN') {
8+
die('skip Not for Windows!');
9+
}
10+
?>
511
--FILE--
612
<?php
713
$sock_path = sprintf("/tmp/%s.sock", uniqid());

0 commit comments

Comments
 (0)