Skip to content

Commit 1826adf

Browse files
committed
Update install.sh
1 parent b58d457 commit 1826adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/php/versions/83/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ echo "$sourcePath/php/php${PHP_VER}"
127127

128128
if [ ! -d $serverPath/php/${PHP_VER} ];then
129129
cd $sourcePath/php/php${PHP_VER}
130-
./buildconf --force
130+
# ./buildconf --force
131131
./configure \
132132
--prefix=$serverPath/php/${PHP_VER} \
133133
--exec-prefix=$serverPath/php/${PHP_VER} \

0 commit comments

Comments
 (0)