X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsystem_tests.inc;h=1e8881a164842600a784819921764d8c41703134;hb=5c2b576cebcb6bf59a23d4f49b7362003f8d1bf1;hp=f4955627cf9e2e805857063aa19d7e90f8f4c7e5;hpb=d1babda7c01b314d35fb89f2d195553b55936532;p=fa-stable.git diff --git a/includes/system_tests.inc b/includes/system_tests.inc index f4955627..1e8881a1 100644 --- a/includes/system_tests.inc +++ b/includes/system_tests.inc @@ -43,11 +43,11 @@ function tst_phpmysql() function tst_php() { - $test['descr'] = _('PHP version').' >=4.3.3'; + $test['descr'] = _('PHP version').' >=5.0.0'; $test['type'] = 3; $test['test'] = phpversion(); - $test['result'] = $test['test']>='4.3.3'; - $test['comments'] = _('Upgrade PHP to version at least 4.3.3'); + $test['result'] = $test['test']>='5.0.0'; + $test['comments'] = _('Upgrade PHP to version at least 5.0.0'); return $test; }