2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

chore: 框架更新的其他调整和更新 PHP 版本号

This commit is contained in:
耗子
2023-09-11 19:33:29 +08:00
parent 25d295f4a1
commit 25436325b2
22 changed files with 684 additions and 467 deletions

View File

@@ -59,11 +59,11 @@ cd ${phpPath}
if [ "${phpVersion}" == "74" ]; then
phpVersionCode="7.4.33"
elif [ "${phpVersion}" == "80" ]; then
phpVersionCode="8.0.29"
phpVersionCode="8.0.30"
elif [ "${phpVersion}" == "81" ]; then
phpVersionCode="8.1.21"
phpVersionCode="8.1.23"
elif [ "${phpVersion}" == "82" ]; then
phpVersionCode="8.2.8"
phpVersionCode="8.2.10"
else
echo -e $HR
echo "错误PHP-${phpVersion}不支持,请检查版本号是否正确。"