From 7395271f7e8b39b4900619cecdb053e6a48da2de Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 13 Dec 2010 23:39:04 +0000 Subject: [PATCH] MINOR Ensure php5-required.html template shows correct minimum and recommended PHP versions (thanks mattcleg!) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@114915 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/install/php5-required.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/install/php5-required.html b/dev/install/php5-required.html index 88aaeb410..fe072ffbc 100644 --- a/dev/install/php5-required.html +++ b/dev/install/php5-required.html @@ -20,10 +20,10 @@

PHP 5 required

-

To run SilverStripe, please install PHP 5.0 or greater.

+

To run SilverStripe, please install PHP 5.2 or greater.

We have detected that you are running PHP version $PHPVersion. 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.

+ you must have PHP version 5.2 or greater, and for best results we recommend PHP 5.3 or greater.

If you are running on a shared host, you may need to ask your hosting provider how to do this.