X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=wallabag_compatibility_test.php;h=da0786234291c8ba789609c3a53e0937fa0a547d;hb=5af2555f59f13e06cf0ae65e5c0265d1d10bead8;hp=51ea31e14c9c7bf16cf37eb8769e25eddaff4fef;hpb=d60733055714bbe43b9f7d4f4ade8576f1042bb1;p=github%2Fwallabag%2Fwallabag.git diff --git a/wallabag_compatibility_test.php b/wallabag_compatibility_test.php index 51ea31e1..da078623 100644 --- a/wallabag_compatibility_test.php +++ b/wallabag_compatibility_test.php @@ -1,4 +1,13 @@ + * @copyright 2013 + * @license http://opensource.org/licenses/MIT see COPYING file + */ + $app_name = 'wallabag'; $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>=')); @@ -8,6 +17,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'); @@ -171,7 +181,13 @@ background-color:#FF9500; - +
@@ -231,6 +247,11 @@ background-color:#FF9500; Enabled Enabled' : 'Disabled'; ?> + + Parse ini file + Enabled + Enabled' : 'Disabled'; ?> + Parallel URL fetching Enabled @@ -254,7 +275,7 @@ background-color:#FF9500;

What does this mean?

    - +
  1. You have everything you need to run properly! Congratulations!
  2. @@ -269,47 +290,53 @@ background-color:#FF9500;
  3. Gettext: You have gettext enabled. No problems here.
  4. - - -
  5. Data filtering: You have the PHP filter extension enabled. No problems here.
  6. - - -
  7. Zlib: You have Zlib enabled. This allows SimplePie to support GZIP-encoded feeds. No problems here.
  8. - -
  9. Zlib: The Zlib extension is not available. SimplePie will ignore any GZIP-encoding, and instead handle feeds as uncompressed text.
  10. - - - -
  11. mbstring and iconv: You have both mbstring and iconv installed! This will allow to handle the greatest number of languages. No problems here.
  12. - -
  13. mbstring: mbstring is installed, but iconv is not.
  14. - -
  15. iconv: iconv is installed, but mbstring is not.
  16. - -
  17. mbstring and iconv: You do not have either of the extensions installed. This will significantly impair your ability to read non-English feeds, as well as even some English ones.
  18. - - - -
  19. Tidy: You have Tidy support installed. No problems here.
  20. - -
  21. Tidy: The Tidy extension is not available. should still work with most feeds, but you may experience problems with some.
  22. - - - -
  23. cURL: You have cURL support installed. No problems here.
  24. - -
  25. cURL: The cURL extension is not available. SimplePie will use fsockopen() instead.
  26. - - - -
  27. Parallel URL fetching: You have HttpRequestPool or curl_multi support installed. No problems here.
  28. - -
  29. Parallel URL fetching: HttpRequestPool or curl_multi support is not available. will use file_get_contents() instead to fetch URLs sequentially rather than in parallel.
  30. - - - -
  31. Data filtering: Your PHP configuration has the filter extension disabled. will not work here.
  32. - + + + + +
  33. Data filtering: You have the PHP filter extension enabled. No problems here.
  34. + + +
  35. Zlib: You have Zlib enabled. This allows SimplePie to support GZIP-encoded feeds. No problems here.
  36. + +
  37. Zlib: The Zlib extension is not available. SimplePie will ignore any GZIP-encoding, and instead handle feeds as uncompressed text.
  38. + + + +
  39. mbstring and iconv: You have both mbstring and iconv installed! This will allow to handle the greatest number of languages. No problems here.
  40. + +
  41. mbstring: mbstring is installed, but iconv is not.
  42. + +
  43. iconv: iconv is installed, but mbstring is not.
  44. + +
  45. mbstring and iconv: You do not have either of the extensions installed. This will significantly impair your ability to read non-English feeds, as well as even some English ones.
  46. + + + +
  47. Tidy: You have Tidy support installed. No problems here.
  48. + +
  49. Tidy: The Tidy extension is not available. should still work with most feeds, but you may experience problems with some.
  50. + + + +
  51. cURL: You have cURL support installed. No problems here.
  52. + +
  53. cURL: The cURL extension is not available. SimplePie will use fsockopen() instead.
  54. + + + +
  55. Parallel URL fetching: You have HttpRequestPool or curl_multi support installed. No problems here.
  56. + +
  57. Parallel URL fetching: HttpRequestPool or curl_multi support is not available. will use file_get_contents() instead to fetch URLs sequentially rather than in parallel.
  58. + + + +
  59. Data filtering: Your PHP configuration has the filter extension disabled. will not work here.
  60. + + + +
  61. Parse ini files function : Bad luck : your webhost has decided to block the use of the parse_ini_file function. will not work here. +
  62. GetText: The gettext extension is not available. The system we use to display wallabag in various languages is not available. will not work here.
  63. @@ -334,18 +361,26 @@ background-color:#FF9500;
    - +

    Bottom Line: Yes, you can!

    Your webhost has its act together!

    +

    You can download the latest version of from wallabag.org.

    -

    If you already have done that, you should access the index.php file of your installation to configure and start using wallabag

    +

    If you already have done that, you should access the index.php file of your installation to configure and/or start using wallabag

    + +

    You can now return to the installation section.

    +

    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.

    - +

    Bottom Line: Yes, you can!

    For most feeds, it'll run with no problems. There are certain languages that you might have a hard time with though.

    +

    You can download the latest version of from wallabag.org.

    -

    If you already have done that, you should access the index.php file of your installation to configure and start using wallabag

    +

    If you already have done that, you should access the index.php file of your installation to configure and/or start using wallabag

    + +

    You can now return to the installation section.

    +

    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.

    Bottom Line: We're sorry…