mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
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:
commit
b2bc9c4141
1 changed files with 3 additions and 0 deletions
|
@ -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.');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue