mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
compatibility with 5.3.3
This commit is contained in:
parent
05824223a9
commit
352523640d
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$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');
|
||||
|
Loading…
Reference in New Issue
Block a user