diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-06 08:32:28 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-06 08:32:28 +0100 |
commit | fcb5fd27e2fe7de36a9e2dffc818686a08ecc4db (patch) | |
tree | d8fe54fa2df51d7472e72984b44a6cef69ce9845 | |
parent | 9c9b22658979546ac3567f2be3e702d276e65106 (diff) | |
download | wallabag-fcb5fd27e2fe7de36a9e2dffc818686a08ecc4db.tar.gz wallabag-fcb5fd27e2fe7de36a9e2dffc818686a08ecc4db.tar.zst wallabag-fcb5fd27e2fe7de36a9e2dffc818686a08ecc4db.zip |
[change] update poche version in compatibility test file
-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 eed3c391..42faaa2c 100644 --- a/poche_compatibility_test.php +++ b/poche_compatibility_test.php | |||
@@ -1,5 +1,5 @@ | |||
1 | <?php | 1 | <?php |
2 | $app_name = 'poche 1.0'; | 2 | $app_name = 'poche 1.3'; |
3 | 3 | ||
4 | $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>=')); | 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'); |