mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
set to 1.2.0
This commit is contained in:
2
multi-version-build.sh
Normal file → Executable file
2
multi-version-build.sh
Normal file → Executable file
@@ -6,7 +6,7 @@ _build_dir="$_main_dir/build"
|
||||
|
||||
mkdir "$_build_dir" > /dev/null 2>&1
|
||||
|
||||
for loop in "7.4.16" "8.0.3"
|
||||
for loop in "7.4.18" "8.0.5"
|
||||
do
|
||||
sed -i 's/_php_ver=.*/_php_ver="'$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