19 declare(strict_types=1);
36 public const PHP =
'php';
40 return "delivery_method";
50 self::SETTINGS => self::XSENDFILE
55 self::SETTINGS => self::PHP
61 if (function_exists(
'apache_get_modules') && in_array(
'mod_xsendfile', apache_get_modules(),
true)) {
66 $command_exists = shell_exec(
"which apache2ctl");
67 if ($command_exists ===
null || empty($command_exists)) {
71 $loaded_modules =
array_map(
static fn($module):
string => explode(
" ", trim((
string) $module))[0] ??
"", explode(
"\n", shell_exec(
"apache2ctl -M 2>/dev/null") ??
''));
75 return in_array(
'xsendfile_module', $loaded_modules,
true);
This is an objective to build some artifact.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
isApplicable(Environment $environment)
Get to know whether the objective is applicable.
An environment holds resources to be used in the setup process.
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...