Update install.sh

pull/632/head
Mr Chen 6 months ago
parent b58d457742
commit 1826adf50e
  1. 2
      plugins/php/versions/83/install.sh

@ -127,7 +127,7 @@ echo "$sourcePath/php/php${PHP_VER}"
if [ ! -d $serverPath/php/${PHP_VER} ];then if [ ! -d $serverPath/php/${PHP_VER} ];then
cd $sourcePath/php/php${PHP_VER} cd $sourcePath/php/php${PHP_VER}
./buildconf --force # ./buildconf --force
./configure \ ./configure \
--prefix=$serverPath/php/${PHP_VER} \ --prefix=$serverPath/php/${PHP_VER} \
--exec-prefix=$serverPath/php/${PHP_VER} \ --exec-prefix=$serverPath/php/${PHP_VER} \

Loading…
Cancel
Save