From 1826adf50ea615a80bd752b5eec751faa03bf3cb Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 4 Nov 2024 01:21:17 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/83/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/83/install.sh b/plugins/php/versions/83/install.sh index 415ebf780..218b88925 100755 --- a/plugins/php/versions/83/install.sh +++ b/plugins/php/versions/83/install.sh @@ -127,7 +127,7 @@ echo "$sourcePath/php/php${PHP_VER}" if [ ! -d $serverPath/php/${PHP_VER} ];then cd $sourcePath/php/php${PHP_VER} - ./buildconf --force + # ./buildconf --force ./configure \ --prefix=$serverPath/php/${PHP_VER} \ --exec-prefix=$serverPath/php/${PHP_VER} \