X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=poche_compatibility_test.php;h=42faaa2ce705f996a6b5992e774bce81edc0d564;hb=8905191413f20e7fba1d635a06cf5ec2ff86cbb3;hp=7c85a5834e260f7fed3289bd46c7cc33fcd302e2;hpb=6fa7d088604665b887faf342e3bef1d599b916b4;p=github%2Fwallabag%2Fwallabag.git diff --git a/poche_compatibility_test.php b/poche_compatibility_test.php index 7c85a583..42faaa2c 100644 --- a/poche_compatibility_test.php +++ b/poche_compatibility_test.php @@ -1,21 +1,7 @@ =')); +$php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>=')); $pcre_ok = extension_loaded('pcre'); $zlib_ok = extension_loaded('zlib'); $mbstring_ok = extension_loaded('mbstring');