diff options
Diffstat (limited to 'ext/sockets/tests/socket_import_stream-4.phpt')
| -rw-r--r-- | ext/sockets/tests/socket_import_stream-4.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_import_stream-4.phpt b/ext/sockets/tests/socket_import_stream-4.phpt index 33ab104d6..8095d8dac 100644 --- a/ext/sockets/tests/socket_import_stream-4.phpt +++ b/ext/sockets/tests/socket_import_stream-4.phpt @@ -5,7 +5,9 @@ socket_import_stream: effects of closing if (!extension_loaded('sockets')) { die('SKIP sockets extension not available.'); } - +if(substr(PHP_OS, 0, 3) == 'WIN' ) { + die("skip Not Valid for Windows"); +} --FILE-- <?php |
