PHP Dependencies Check

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 . "
\n"; } echo ''; } ?>

PHP Version Check

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']}"; ?>

PHP Extensions

The following determines your PHP installation environment. The extensions are required for KnowledgeTree to perform at an optimal level.

'; switch($ext['available']){ case 'yes': $class = 'tick'; break; case 'optional': $class = 'cross_orange'; break; case 'no': default: $class = 'cross'; } $row .= ""; $row .= ""; $row .= ($ext['available'] != 'yes') ? "" : ''; $row .= ''; echo $row."\n"; } ?>
{$ext['name']}{$ext['details']}


PHP Configuration

The following is the recommended PHP configuration for KnowledgeTree to perform at an optimal level.

'; $row .= ""; $row .= ""; $row .= ""; $row .= ''; echo $row."\n"; } ?>
Setting Recommended value Current value
{$config['name']}{$config['recommended']}{$config['setting']}