aboutsummaryrefslogtreecommitdiffhomepage
path: root/poche_compatibility_test.php
diff options
context:
space:
mode:
authortcitworld <thomas.citharet@gmail.com>2014-01-04 12:30:31 -0800
committertcitworld <thomas.citharet@gmail.com>2014-01-04 12:30:31 -0800
commit7f667839764621b5aa01c9db8ce5dde2a29ef18f (patch)
tree93d8241ee81c87e18494325ae02f0589a8e328a2 /poche_compatibility_test.php
parenta84f77d6ba15a64ff00453f5d5190c021ce460ed (diff)
parent2abcccb37180c17318f5226f5d4bc28f30b621ea (diff)
downloadwallabag-7f667839764621b5aa01c9db8ce5dde2a29ef18f.tar.gz
wallabag-7f667839764621b5aa01c9db8ce5dde2a29ef18f.tar.zst
wallabag-7f667839764621b5aa01c9db8ce5dde2a29ef18f.zip
Merge pull request #1 from inthepoche/dev
Dev
Diffstat (limited to 'poche_compatibility_test.php')
-rw-r--r--poche_compatibility_test.php2
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');