Skip to content

Commit

Permalink
Merge pull request #276 from kdnetwork/upgrade-php-version
Browse files Browse the repository at this point in the history
- 提高未来需要向下兼容的 PHP 版本 (5.x -> 8.1)
  • Loading branch information
BANKA2017 authored Dec 21, 2024
2 parents ec864f0 + 276a8c4 commit 782894b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup/check.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ function checkclass($f, $m = false)
</thead>
<tbody>
<tr>
<td><a href="http://php.net/" target="_blank">PHP 5+</a></td>
<td><a href="http://php.net/" target="_blank">PHP 8+</a></td>
<td>必须</td>
<td><?php echo phpversion(); ?></td>
<td>核心,未来云签到将不支持 PHP 7.4 以下版本,请尽快升级</td>
<td>核心,未来云签到将不兼容过旧的 PHP 版本,当前活跃的版本请查看 <a href="https://www.php.net/supported-versions.php" target="blank">Supported Versions</a></td>
</tr>
<tr>
<td><a href="http://php.net/manual/zh/book.curl.php" target="_blank">Client URL</a></td>
Expand Down
1 change: 0 additions & 1 deletion setup/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
echo '<div class="input-group"><span class="input-group-addon">数据库开启SSL</span><select name="dbssl" class="form-control" required="true"><option value="0">否</option><option value="1">是</option></select></div><br/>';
echo '<input type="hidden" name="isbae" value="1">';
echo '<input type="hidden" name="from_config" value="1">';
echo '<input type="hidden" name="dbssl" value="0">';
} else {
echo '<br/><b>提示 1:</b>如果您已经手动写好了 config.php ,请选择 [ <b>自动获得数据库配置信息</b> ] 为 <b>是</b><br/>';
echo '<b>提示 2:</b>如果程序并未写入数据库 [ 安装完成后进入首页提示 Table XX doesn\'t exist ] 请选择强制手动导入 SQL<br/><br/>';
Expand Down

0 comments on commit 782894b

Please sign in to comment.