]> granicus.if.org Git - php/commitdiff
- disable the non win32 version on win
authorPierre Joye <pajoye@php.net>
Mon, 25 Jan 2010 09:10:45 +0000 (09:10 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 25 Jan 2010 09:10:45 +0000 (09:10 +0000)
ext/standard/tests/streams/bug49936.phpt

index 7b089a7889fe26c5906a366ab230fdc27eedd628..d77e161c5f68229c2d247135e9912df3db345890 100644 (file)
@@ -1,5 +1,10 @@
 --TEST--
 Bug #49936 (crash with ftp stream in php_stream_context_get_option())
+--SKIPIF--
+<?php
+if( substr(PHP_OS, 0, 3) == "WIN" )
+  die("skip. Do not run on Windows");
+?>
 --FILE--
 <?php