Merge branch 'PHP-5.5'

* PHP-5.5:
  fix failing test on Linux build
This commit is contained in:
Remi Collet 2012-12-19 10:25:16 +01:00
commit f98a03b144

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