]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - poche_compatibility_test.php
Added stackoverflow parsing.
[github/wallabag/wallabag.git] / poche_compatibility_test.php
index 7c85a5834e260f7fed3289bd46c7cc33fcd302e2..eed3c391377116b4f9653463478ad26f581d2474 100644 (file)
@@ -1,21 +1,7 @@
 <?php
-/*
-FULL-TEXT-RSS V2 COMPATIBILITY TEST
-
-1) Upload ftr_compatibility_test.php to the web-accessible root of your website.
-For example, if your website is www.example.com, upload it so that you can get
-to it at www.example.com/ftr_compatibility_test.php
-
-2) Open your web browser and go to the page you just uploaded.
-
-Note: This compatibility test has been borrowed (and slightly adapted) from the one supplied by 
-SimplePie.org. We have kept most of their checks intact as we use SimplePie in our application.
-http://github.com/simplepie/simplepie/tree/master/compatibility_test/
-*/
-
 $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');