Skip to content

Commit 08e23bd

Browse files
committed
temporarily disable another socket test
1 parent b93c98f commit 08e23bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/sockets/tests/socket_sentto_recvfrom_unix.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ sockets
77
if (substr(PHP_OS, 0, 3) == 'WIN') {
88
die('skip.. Not valid for Windows');
99
}
10+
// FreeBSD 14 bug ? even with non-sense protocol socket_create here does not warn
11+
if (PHP_OS == 'FreeBSD') {
12+
die('skip.. warning not triggered on freebsd');
13+
}
1014
?>
1115
--FILE--
1216
<?php

0 commit comments

Comments
 (0)