- PHP7.1 fixes, closed #410

This commit is contained in:
Exodus4D
2017-02-23 20:22:36 +01:00
parent 1e928eab1e
commit bb0a61ad77
37 changed files with 2865 additions and 2706 deletions

View File

@@ -423,7 +423,7 @@ class Setup extends Controller {
],
'php' => [
'label' => 'PHP',
'required' => $f3->get('REQUIREMENTS.PHP.VERSION'),
'required' => number_format((float)$f3->get('REQUIREMENTS.PHP.VERSION'), 1, '.', ''),
'version' => phpversion(),
'check' => version_compare( phpversion(), $f3->get('REQUIREMENTS.PHP.VERSION'), '>=')
],