mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
BUGFIX Installer now checks for 5.1.0 PHP version at minimum. Anything less than 5.1.0 will probably have issues with SilverStripe
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@100660 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
d9628e9f1c
commit
4cee5df735
@ -320,7 +320,7 @@ class InstallRequirements {
|
|||||||
$isIIS = $this->isIIS();
|
$isIIS = $this->isIIS();
|
||||||
$webserver = $this->findWebserver();
|
$webserver = $this->findWebserver();
|
||||||
|
|
||||||
$this->requirePHPVersion('5.2.0', '5.0.4', array("PHP Configuration", "PHP5 installed", null, "PHP version " . phpversion()));
|
$this->requirePHPVersion('5.2.0', '5.1.0', array("PHP Configuration", "PHP5 installed", null, "PHP version " . phpversion()));
|
||||||
|
|
||||||
// Check that we can identify the root folder successfully
|
// Check that we can identify the root folder successfully
|
||||||
$this->requireFile('sapphire/dev/install/config-form.html', array("File permissions",
|
$this->requireFile('sapphire/dev/install/config-form.html', array("File permissions",
|
||||||
|
Loading…
Reference in New Issue
Block a user