From: Greg Beaver Date: Sat, 8 Mar 2008 19:08:52 +0000 (+0000) Subject: fix test if allow_url_fopen is disabled in php.ini X-Git-Tag: RELEASE_2_0_0a1~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5faf5f8b87f92c90b406c9f21e6da2be576f0fe5;p=php fix test if allow_url_fopen is disabled in php.ini --- diff --git a/ext/standard/tests/network/http-stream.phpt b/ext/standard/tests/network/http-stream.phpt index 9ed9ef24bd..e70caf9823 100644 --- a/ext/standard/tests/network/http-stream.phpt +++ b/ext/standard/tests/network/http-stream.phpt @@ -2,6 +2,8 @@ http-stream test --SKIPIF-- +--INI-- +allow_url_fopen=1 --FILE--