diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-11-25 02:00:07 -0800 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-11-25 02:00:07 -0800 |
commit | c2b7a11c772a5b503896add11ea18838999f8d58 (patch) | |
tree | 1976b248eb85e335febc13e0442b8fe766b91687 /poche_compatibility_test.php | |
parent | cd8a3441561fa63b9da1b705c4b28dee787f79b0 (diff) | |
parent | 7a4482b8a43afca7f5c311ae7e44b3f0c4d239c0 (diff) | |
download | wallabag-c2b7a11c772a5b503896add11ea18838999f8d58.tar.gz wallabag-c2b7a11c772a5b503896add11ea18838999f8d58.tar.zst wallabag-c2b7a11c772a5b503896add11ea18838999f8d58.zip |
Merge pull request #326 from inthepoche/dev
1.2.0
Diffstat (limited to 'poche_compatibility_test.php')
-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'); |