Skip to content

Commit

Permalink
MINOR Ensure php5-required.html template shows correct minimum and re…
Browse files Browse the repository at this point in the history
…commended PHP versions (thanks mattcleg!)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@114915 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sean Harvey committed Dec 13, 2010
1 parent f48d685 commit 7395271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/install/php5-required.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ <h1>SilverStripe CMS Installation</h1>
<div id="Layout">
<div class="typography">
<h1>PHP 5 required</h1>
<h2>To run SilverStripe, please install PHP 5.0 or greater.</h2>
<h2>To run SilverStripe, please install PHP 5.2 or greater.</h2>

<p>We have detected that you are running PHP version <b>$PHPVersion</b>. In order to run SilverStripe,
you must have PHP version 5.1 or greater, and for best results we recommend PHP 5.2 or greater.</p>
you must have PHP version 5.2 or greater, and for best results we recommend PHP 5.3 or greater.</p>

<p>If you are running on a shared host, you may need to ask your hosting provider how to do this.</p>
</div>
Expand Down

0 comments on commit 7395271

Please sign in to comment.