Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4

This commit is contained in:
Andrey Hristov 2012-12-19 15:08:09 +01:00
commit ae9ba081c8

View File

@ -6,7 +6,7 @@ if (!extension_loaded('sockets')) {
die('skip sockets extension not available.');
}
if (PHP_OS !== 'Darwin' && false === strpos(PHP_OS, 'BSD')) {
die('is not *BSD.');
die('skip is not *BSD.');
}
--FILE--
<?php