Skip to content

Commit ae9ba08

Browse files
committed
Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4
2 parents 1f7c46b + 3732fa9 commit ae9ba08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/tests/bug49341.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (!extension_loaded('sockets')) {
66
die('skip sockets extension not available.');
77
}
88
if (PHP_OS !== 'Darwin' && false === strpos(PHP_OS, 'BSD')) {
9-
die('is not *BSD.');
9+
die('skip is not *BSD.');
1010
}
1111
--FILE--
1212
<?php

0 commit comments

Comments
 (0)