diff --git a/wallabag_compatibility_test.php b/wallabag_compatibility_test.php index 7a52767c3..d6f221564 100644 --- a/wallabag_compatibility_test.php +++ b/wallabag_compatibility_test.php @@ -8,6 +8,7 @@ $mbstring_ok = extension_loaded('mbstring'); $iconv_ok = extension_loaded('iconv'); $tidy_ok = function_exists('tidy_parse_string'); $curl_ok = function_exists('curl_exec'); +$parse_ini_ok = function_exists('parse_ini_file'); $parallel_ok = ((extension_loaded('http') && class_exists('HttpRequestPool')) || ($curl_ok && function_exists('curl_multi_init'))); $allow_url_fopen_ok = (bool)ini_get('allow_url_fopen'); $filter_ok = extension_loaded('filter'); @@ -237,6 +238,11 @@ if (isset($_GET['from'])){
gettext enabled. No problems here.Zlib enabled. This allows SimplePie to support GZIP-encoded feeds. No problems here.Zlib extension is not available. SimplePie will ignore any GZIP-encoding, and instead handle feeds as uncompressed text.mbstring and iconv installed! This will allow to handle the greatest number of languages. No problems here.mbstring is installed, but iconv is not.iconv is installed, but mbstring is not.Zlib enabled. This allows SimplePie to support GZIP-encoded feeds. No problems here.Zlib extension is not available. SimplePie will ignore any GZIP-encoding, and instead handle feeds as uncompressed text.mbstring and iconv installed! This will allow to handle the greatest number of languages. No problems here.mbstring is installed, but iconv is not.iconv is installed, but mbstring is not.Tidy support installed. No problems here.Tidy extension is not available. should still work with most feeds, but you may experience problems with some.cURL support installed. No problems here.cURL extension is not available. SimplePie will use fsockopen() instead.HttpRequestPool or curl_multi support installed. No problems here.HttpRequestPool or curl_multi support is not available. will use file_get_contents() instead to fetch URLs sequentially rather than in parallel.Tidy support installed. No problems here.Tidy extension is not available. should still work with most feeds, but you may experience problems with some.cURL support installed. No problems here.cURL extension is not available. SimplePie will use fsockopen() instead.HttpRequestPool or curl_multi support installed. No problems here.HttpRequestPool or curl_multi support is not available. will use file_get_contents() instead to fetch URLs sequentially rather than in parallel.gettext extension is not available. The system we use to display wallabag in various languages is not available. will not work here.Your webhost has its act together!
@@ -351,7 +363,7 @@ if (isset($_GET['from'])){Note: Passing this test does not guarantee that will run on your webhost — it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.
- +For most feeds, it'll run with no problems. There are certain languages that you might have a hard time with though.