]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - wallabag_compatibility_test.php
[add] script to make the install more user friendly #466
[github/wallabag/wallabag.git] / wallabag_compatibility_test.php
index 49c4e3b8f1dfbeded7f8f40ce2e96b613f101af5..26dce018502a842796c50b6a954051fa3278a219 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$app_name = 'wallabag 1.3';
+$app_name = 'wallabag 1';
 
 $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>='));
 $pcre_ok = extension_loaded('pcre');
@@ -176,7 +176,7 @@ div.chunk {
                                <tbody>
                                        <tr class="<?php echo ($php_ok) ? 'enabled' : 'disabled'; ?>">
                                                <td>PHP</td>
-                                               <td>5.2.0 or higher</td>
+                                               <td>5.3.3 or higher</td>
                                                <td><?php echo phpversion(); ?></td>
                                        </tr>
                                        <tr class="<?php echo ($xml_ok) ? 'enabled, and sane' : 'disabled, or broken'; ?>">