#1334 안전하지 않은 PHP 버전 사용에 대한 경고 및 쉬운설치 차단

- PHP 5.3이하 버전 사용에 대한 경고문 추가
- PHP 5.3이하 버전에서 XE Core 1.8로 업데이트 차단
This commit is contained in:
bnu 2015-03-18 14:50:48 +09:00
parent 656e378175
commit 9587c6fcbe
6 changed files with 42 additions and 2 deletions

View file

@ -306,6 +306,7 @@ class autoinstallAdminModel extends autoinstall
if($dep->path === '.')
{
$package->contain_core = TRUE;
$package->contain_core_version = $dep->version;
}
}
else
@ -327,6 +328,7 @@ class autoinstallAdminModel extends autoinstall
if($package->path === '.')
{
$package->contain_core = TRUE;
$package->contain_core_version = $package->version;
}
}