Skip to content

Commit

Permalink
refs #514
Browse files Browse the repository at this point in the history
  * trunk로부터 동기화
  * 설치시 PHP 버전 바이패스 부분 수정
  • Loading branch information
inureyes committed Apr 30, 2010
1 parent a51e0a2 commit fe4f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ function_exists
if (!function_exists($function))
array_push($required, $function);
}
if (version_compare(PHP_VERSION, '5.2.0') === -1) {
if (version_compare(PHP_VERSION, '5.2.0') === -1 && ( !isset( $service['forceinstall'] ) || $service['forceinstall']==false) ) {
$error = 4;
?>
<span style="color:red"><?php echo _f('PHP 버전이 낮습니다. 설치를 위해서는 최소한 %1 이상의 버전이 필요합니다.','5.2.0');?></span>
Expand Down

0 comments on commit fe4f38b

Please sign in to comment.