]> granicus.if.org Git - php/commitdiff
Force allow_url_fopen to fix qa.php.net/reports diffs
authorChristopher Jones <sixd@php.net>
Mon, 6 Feb 2012 23:52:42 +0000 (23:52 +0000)
committerChristopher Jones <sixd@php.net>
Mon, 6 Feb 2012 23:52:42 +0000 (23:52 +0000)
ext/standard/tests/file/bug43353-win32.phpt
ext/standard/tests/file/bug43353.phpt
ext/standard/tests/file/bug44034.phpt
ext/standard/tests/filters/chunked_001.phpt

index 46f21611bdab7fb92d79caccf70021f72f83aee3..0667f6984e78fc5b22f5551dfc3d4e2d517ea1ff 100644 (file)
@@ -5,6 +5,8 @@ Bug #43353 wrong detection of 'data' wrapper
 if(substr(PHP_OS, 0, 3) != "WIN")\r
   die("skip Run only on Windows");\r
 ?>\r
+--INI--\r
+allow_url_fopen=1\r
 --FILE--\r
 <?php\r
 \r
index 743146812dfe69b8119937ae762e2ee2afbbf383..87d0650006a4ee9ad82561581986c38ed9275faf 100644 (file)
@@ -5,6 +5,8 @@ Bug #43353 wrong detection of 'data' wrapper
 if(substr(PHP_OS, 0, 3) == "WIN")
   die("skip on Windows");
 ?>
+--INI--
+allow_url_fopen=1
 --FILE--
 <?php
 
index c8f3179030ebc61b6ea77407c550deb70bebaded..36d88a983d81532d954a40ff6e9c02e728e74f3b 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #44034
+--INI--
+allow_url_fopen=1
 --FILE--
 <?php
 
index 70dba3caa4db5cb7211b24c15788eefda781fd05..0e0f645cbaa864740f26f894afc149f9614c3ad3 100644 (file)
@@ -5,6 +5,8 @@ Chunked encoding
 $filters = stream_get_filters();
 if(! in_array( "dechunk", $filters )) die( "chunked filter not available." );
 ?>
+--INI--
+allow_url_fopen=1
 --FILE--
 <?php
 $streams = array(