]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - poche_compatibility_test.php
Create sqlite table tags_entries only if not already exists
[github/wallabag/wallabag.git] / poche_compatibility_test.php
index be4fd6f82696fdf57888d9d6d7da74f80ca0c4f7..eed3c391377116b4f9653463478ad26f581d2474 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 $app_name = 'poche 1.0';
 
-$php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.2.0', '>='));
+$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');