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.
'
. ''
. 'Click Here for help on overcoming dependency issues
';
}
?>
"; ?>PHP Version Check
Show Details
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
Show Details
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 .= "{$ext['name']} | ";
$row .= ($ext['available'] != 'yes') ? "{$ext['details']} | " : ' | ';
$row .= isset($errors[$ext['extension']]) ? "{$errors[$ext['extension']]} | " : ' | ';
$row .= '';
echo $row."\n";
}
?>
"; ?>PHP Configuration
Show Details
The following is the recommended PHP configuration for KnowledgeTree to perform at an optimal level.
| Setting |
Recommended value |
Current value |
';
$row .= "{$config['name']} | ";
$row .= "{$config['recommended']} | ";
$row .= "{$config['setting']} | ";
$row .= '';
echo $row."\n";
}
?>
B = Bytes, K = Kilobytes, M = Megabytes, G = Gigabytes