Set needed php to >= 5.3

closes #104
This commit is contained in:
onli 2014-03-28 10:03:03 +01:00
parent 6abc381aec
commit a722390fbf
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ if ( (int)$serendipity['GET']['step'] == 0 ) {
$data['php_uname'] = php_uname('s') .' '. php_uname('r') .', '. php_uname('m');
$data['php_sapi_name'] = php_sapi_name();
if ( version_compare(phpversion(), '5.2.6', '>=') ) {
if ( version_compare(phpversion(), '5.3', '>=') ) {
$data['installerResultDiagnose_VERSION'] = serendipity_installerResultDiagnose(S9Y_I_SUCCESS, YES .', '. phpversion());
} else {
$data['installerResultDiagnose_VERSION'] = serendipity_installerResultDiagnose(S9Y_I_ERROR, NO);

View File

@ -67,7 +67,7 @@
<td><span class="msg_hint">{$php_sapi_name}</span></td>
</tr>
<tr>
<td>PHP version >= 5.2.6</td>
<td>PHP version >= 5.3</td>
<td>{$installerResultDiagnose_VERSION}</td>
</tr>
<tr>