X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=poche_compatibility_test.php;h=eed3c391377116b4f9653463478ad26f581d2474;hb=6cab59c3409f4edc9b309b76295cb4061bff3fd0;hp=be4fd6f82696fdf57888d9d6d7da74f80ca0c4f7;hpb=79026b73a804d1fe3715c3edf5bc2cfb1e56732c;p=github%2Fwallabag%2Fwallabag.git diff --git a/poche_compatibility_test.php b/poche_compatibility_test.php index be4fd6f8..eed3c391 100644 --- a/poche_compatibility_test.php +++ b/poche_compatibility_test.php @@ -1,7 +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');