diff --git a/wallabag_compatibility_test.php b/wallabag_compatibility_test.php index da07862..a1fcdc2 100644 --- a/wallabag_compatibility_test.php +++ b/wallabag_compatibility_test.php @@ -22,6 +22,7 @@ $parallel_ok = ((extension_loaded('http') && class_exists('HttpRequestPool')) || $allow_url_fopen_ok = (bool)ini_get('allow_url_fopen'); $filter_ok = extension_loaded('filter'); $gettext_ok = function_exists("gettext"); +$gd_ok = extension_loaded('gd'); if (extension_loaded('xmlreader')) { $xml_ok = true; @@ -236,6 +237,11 @@ if (isset($_GET['from'])){
GD
support installed. No problems here.GD
extension is not available. will not be able to download pictures locally on your server.Tidy
support installed. No problems here.