summaryrefslogtreecommitdiff
path: root/ext/curl/tests/bug48203.phpt
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-12-01 14:52:18 +0100
committerAnatol Belski <ab@php.net>2016-12-01 14:52:18 +0100
commit2252d4e59d62510a490382d457167a9eac640228 (patch)
tree9d4807663d074b0554f4e018f8bd829788e8215c /ext/curl/tests/bug48203.phpt
parent7f22e3c8790b57ab2052e8af4ac212452c3176a3 (diff)
downloadphp-git-2252d4e59d62510a490382d457167a9eac640228.tar.gz
fork tests
Diffstat (limited to 'ext/curl/tests/bug48203.phpt')
-rw-r--r--ext/curl/tests/bug48203.phpt5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/curl/tests/bug48203.phpt b/ext/curl/tests/bug48203.phpt
index aae7fc51a4..fc8b4091fc 100644
--- a/ext/curl/tests/bug48203.phpt
+++ b/ext/curl/tests/bug48203.phpt
@@ -2,6 +2,11 @@
Bug #48203 (Crash when CURLOPT_STDERR is set to regular file)
--SKIPIF--
<?php include 'skipif.inc'; ?>
+<?php
+if(substr(PHP_OS, 0, 3) == 'WIN' ) {
+ die('skip now for Windows');
+}
+?>
--FILE--
<?php
include 'server.inc';