This checkup ensures that your environment is ready to support a KnowledgeTree installation. Settings marked in green are available, settings marked in orange are optional and settings marked in red are required.
'; foreach ($errors as $msg){ echo $msg . "The PHP version must be higher than 5.0 and lower than 6.0. It is not recommended to run a version higher than 5.3.2.
{$version['version']}"; ?>The following determines your PHP installation environment. The extensions are required for KnowledgeTree to perform at an optimal level.
| "; $row .= " | {$ext['name']} | "; $row .= ($ext['available'] != 'yes') ? "{$ext['details']} | " : ''; $row .= ''; echo $row."\n"; } ?> |
The following is the recommended PHP configuration for KnowledgeTree to perform at an optimal level.
| Setting | Recommended value | Current value | {$config['name']} | "; $row .= "{$config['recommended']} | "; $row .= "{$config['setting']} | "; $row .= ''; echo $row."\n"; } ?>
|---|