diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-11-04 08:44:56 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-11-04 08:44:56 +0100 |
commit | 352523640d7692c802bc31ae9198d083de6de5d1 (patch) | |
tree | 32f48e8a07f659145d095e037059015befffa043 | |
parent | 05824223a991358806f91c76f6bb242cbc3816a0 (diff) | |
download | wallabag-352523640d7692c802bc31ae9198d083de6de5d1.tar.gz wallabag-352523640d7692c802bc31ae9198d083de6de5d1.tar.zst wallabag-352523640d7692c802bc31ae9198d083de6de5d1.zip |
compatibility with 5.3.3
-rw-r--r-- | poche_compatibility_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | <?php | 1 | <?php |
2 | $app_name = 'poche 1.0'; | 2 | $app_name = 'poche 1.0'; |
3 | 3 | ||
4 | $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.2.0', '>=')); | 4 | $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>=')); |
5 | $pcre_ok = extension_loaded('pcre'); | 5 | $pcre_ok = extension_loaded('pcre'); |
6 | $zlib_ok = extension_loaded('zlib'); | 6 | $zlib_ok = extension_loaded('zlib'); |
7 | $mbstring_ok = extension_loaded('mbstring'); | 7 | $mbstring_ok = extension_loaded('mbstring'); |