max_execution_time = {
    my $et = db_get_prop($confref, 'php', 'MaxExecutionTime') || "30";
    $OUT .= "$et";
}
memory_limit = {
    my $ml = db_get_prop($confref, 'php', 'MemoryLimit') || "32M";
    $OUT .= "$ml";
}
