From c29dc274c49688ec3541fd929e79d255099c36ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 8 Mar 2016 08:49:11 +0200 Subject: [PATCH] Update CommonProblems.wiki.md --- docs/CommonProblems.wiki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommonProblems.wiki.md b/docs/CommonProblems.wiki.md index fcf5297..6fc1fd0 100644 --- a/docs/CommonProblems.wiki.md +++ b/docs/CommonProblems.wiki.md @@ -119,7 +119,7 @@ Use Minify 2.1.4+. Before there was a setting to adjust the maximum allowed. This may also appear as "Virtual Directory does not allow contents to be listed". Minify requires that the URI `/min/` (a request for a directory listing) result in the execution of `/min/index.php`. On Apache, you would make sure `index.php` is listed in the [DirectoryIndex directive](http://httpd.apache.org/docs/2.0/mod/mod_dir.html#directoryindex). IIS calls this the [Default Document](http://www.iis.net/ConfigReference/system.webServer/defaultDocument). -## "!WARN: environment : Local HTTP request failed. Testing cannot continue." +## "WARN: environment : Local HTTP request failed. Testing cannot continue." The `test_environment.php` unit test makes a few local HTTP requests to sniff for `zlib.output_compression` and other auto-encoding behavior, which may break Minify's output. This warning will appear if `allow_url_fopen` is disabled in php.ini, but **does not** necessarily mean there is a problem.