pajoye Mon, 25 Jan 2010 09:10:45 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=293966
Log: - disable the non win32 version on win Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/streams/bug49936.phpt Modified: php/php-src/branches/PHP_5_3/ext/standard/tests/streams/bug49936.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/tests/streams/bug49936.phpt 2010-01-25 09:09:02 UTC (rev 293965) +++ php/php-src/branches/PHP_5_3/ext/standard/tests/streams/bug49936.phpt 2010-01-25 09:10:45 UTC (rev 293966) @@ -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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php