mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
升级到1.2.1版本,修复几个小问题,增加php7.2
This commit is contained in:
@@ -6,7 +6,7 @@ _build_dir="$_main_dir/build"
|
||||
|
||||
mkdir "$_build_dir" > /dev/null 2>&1
|
||||
|
||||
for loop in "7.2.34" "7.3.28" "7.4.18" "8.0.5"
|
||||
for loop in "7.2.34" "7.3.28" "7.4.19" "8.0.6"
|
||||
do
|
||||
sed -i 's/phpver"|"php") echo ".*/phpver"|"php") echo "'$loop'" ;;/g' "$_main_dir""static-compile-php.sh" && \
|
||||
rm -rf "$_main_dir""source/php.tar.gz" "$_main_dir""source/php-*" "$_main_dir""php-dist" && \
|
||||
|
||||
Reference in New Issue
Block a user