Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #61634 Test ext\sockets\tests\socket_listen-wrongparams.phpt fails
  Fixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt fails
  Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails
  Fixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt fails
  Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails
  Fixed bug 61621 Test fail in ext/standard/tests/dir
This commit is contained in:
Anatoliy Belsky 2012-04-10 13:11:14 +02:00
commit b2bc9c4141

View file

@ -2,6 +2,9 @@
Test parameter handling in socket_listen(). Test parameter handling in socket_listen().
--SKIPIF-- --SKIPIF--
<?php <?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
die('skip.. Not valid for Windows');
}
if (!extension_loaded('sockets')) { if (!extension_loaded('sockets')) {
die('SKIP The sockets extension is not loaded.'); die('SKIP The sockets extension is not loaded.');
} }