foreach ($minorProblems as $problem) {
        ?>
                                    <li><?php 
        echo $problem->getHelpHtml();
        ?>
</li>
                                <?php 
    }
    ?>
                            </ol>
                        <?php 
}
?>

                        <?php 
if ($cixRequirements->hasPhpIniConfigIssue()) {
    ?>
                            <p id="phpini">*
                                <?php 
    if ($cixRequirements->getPhpIniConfigPath()) {
        ?>
                                    Changes to the <strong>php.ini</strong> file must be done in "<strong><?php 
        echo $cixRequirements->getPhpIniConfigPath();
        ?>
</strong>".
                                <?php 
    } else {
        ?>
                                    To change settings, create a "<strong>php.ini</strong>".
                                <?php 
    }