From 68aaae8cc06e2c45c6b9af4a4bf0f646ffe292a7 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Sat, 31 Mar 2012 20:09:45 +1300 Subject: [PATCH] MINOR Update docs and version checking for PHP 5.3+ --- _config.php | 2 -- dev/install/install.php | 9 ++++----- dev/install/install.php5 | 2 +- dev/install/php5-required.html | 7 +++---- main.php | 7 +++++-- 5 files changed, 13 insertions(+), 14 deletions(-) diff --git a/_config.php b/_config.php index fae926994..abecc340e 100644 --- a/_config.php +++ b/_config.php @@ -42,8 +42,6 @@ Director::addRules(20, array( Object::useCustomClass('SSDatetime', 'SS_Datetime', true); Object::useCustomClass('Datetime', 'SS_Datetime', true); - - /** * The root directory of TinyMCE */ diff --git a/dev/install/install.php b/dev/install/install.php index 65030accd..20c86a13d 100644 --- a/dev/install/install.php +++ b/dev/install/install.php @@ -1,26 +1,25 @@ @@ -20,10 +19,10 @@

PHP 5 required

-

To run SilverStripe, please install PHP 5.2 or greater.

+

To run SilverStripe, please install PHP 5.3 or greater.

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

+ you must have PHP version 5.3 or greater.

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

@@ -37,4 +36,4 @@
- \ No newline at end of file + diff --git a/main.php b/main.php index 651e8416a..2e43b0a12 100644 --- a/main.php +++ b/main.php @@ -1,9 +1,10 @@