summaryrefslogtreecommitdiff
path: root/ext/sockets
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-04-10 13:08:57 +0200
committerAnatoliy Belsky <ab@php.net>2012-04-10 13:08:57 +0200
commitc4676ee99f5381de502cd6544a9c42a25b53b933 (patch)
tree002b8dedc17e6f4df42ef63202cd71a418ccc404 /ext/sockets
parent5594fcf423d46996378d428ebe6055a6f93ced49 (diff)
downloadphp-git-c4676ee99f5381de502cd6544a9c42a25b53b933.tar.gz
Fixed bug #61634 Test ext\sockets\tests\socket_listen-wrongparams.phpt fails
Diffstat (limited to 'ext/sockets')
-rw-r--r--ext/sockets/tests/socket_listen-wrongparams.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/sockets/tests/socket_listen-wrongparams.phpt b/ext/sockets/tests/socket_listen-wrongparams.phpt
index 7dd0d15921..b5e13548eb 100644
--- a/ext/sockets/tests/socket_listen-wrongparams.phpt
+++ b/ext/sockets/tests/socket_listen-wrongparams.phpt
@@ -2,6 +2,9 @@
Test parameter handling in socket_listen().
--SKIPIF--
<?php
+if (substr(PHP_OS, 0, 3) == 'WIN') {
+ die('skip.. Not valid for Windows');
+}
if (!extension_loaded('sockets')) {
die('SKIP The sockets extension is not loaded.');
}