Skip to content

Commit

Permalink
Force allow_url_fopen to fix qa.php.net/reports diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Feb 6, 2012
1 parent 2759e78 commit e2ab222
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/standard/tests/file/bug43353-win32.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Bug #43353 wrong detection of 'data' wrapper
if(substr(PHP_OS, 0, 3) != "WIN")
die("skip Run only on Windows");
?>
--INI--
allow_url_fopen=1
--FILE--
<?php

Expand Down
2 changes: 2 additions & 0 deletions ext/standard/tests/file/bug43353.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions ext/standard/tests/file/bug44034.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
Bug #44034
--INI--
allow_url_fopen=1
--FILE--
<?php

Expand Down
2 changes: 2 additions & 0 deletions ext/standard/tests/filters/chunked_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e2ab222

Please sign in to comment.