parent
6abc381aec
commit
a722390fbf
@ -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);
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user