pull/109/head
midoks 3 years ago
parent c58d4e69dc
commit 0a65539ddc
  1. 6
      plugins/php/versions/53/install.sh
  2. 5
      plugins/php/versions/54/install.sh
  3. 7
      plugins/php/versions/55/install.sh
  4. 5
      plugins/php/versions/56/install.sh
  5. 7
      plugins/php/versions/70/install.sh
  6. 5
      plugins/php/versions/71/install.sh
  7. 5
      plugins/php/versions/72/install.sh
  8. 5
      plugins/php/versions/73/install.sh
  9. 5
      plugins/php/versions/74/install.sh
  10. 6
      plugins/php/versions/80/install.sh
  11. 6
      plugins/php/versions/81/install.sh

@ -52,10 +52,6 @@ else
fi
# 加快测试速度 For Github Action
MAKEJN="${MAKEJN:--j2}"
echo "MAKEJN:$MAKEJN"
if [ ! -d $serverPath/php/53 ];then
cd $sourcePath/php/php${PHP_VER} && ./configure \
--prefix=$serverPath/php/53 \
@ -89,7 +85,7 @@ if [ ! -d $serverPath/php/53 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make $MAKEJN && make install && make clean
make clean && make ${MAKEJN:--j2} && make install && make clean
fi

@ -45,9 +45,6 @@ else
OPTIONS="${OPTIONS} --with-curl"
fi
# 加快测试速度 For Github Action
MAKEJN="${MAKEJN:--j2}"
echo "MAKEJN:$MAKEJN"
if [ ! -d $serverPath/php/${PHP_VER} ];then
cd $sourcePath/php/php${PHP_VER} && ./configure \
@ -73,7 +70,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
$OPTIONS \
--enable-fpm
make clean && make $MAKEJN
make clean && make ${MAKEJN:--j2}
#debian11,没有生成php54 man
if [ ! -f sapi/cli/php.1 ];then

@ -44,11 +44,6 @@ else
OPTIONS="${OPTIONS} --with-curl"
fi
# 加快测试速度 For Github Action
MAKEJN="${SYS_MAKEJN:-'-j1'}"
echo "SYS_MAKEJN:$MAKEJN"
if [ ! -d $serverPath/php/55 ];then
cd $sourcePath/php/php${PHP_VER} && ./configure \
--prefix=$serverPath/php/55 \
@ -73,7 +68,7 @@ if [ ! -d $serverPath/php/55 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make $MAKEJN && make install && make clean
make clean && make ${MAKEJN:--j2} && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -44,9 +44,6 @@ else
OPTIONS="${OPTIONS} --with-curl"
fi
# 加快测试速度 For Github Action
MAKEJN="${SYS_MAKEJN:-'-j2'}"
echo "SYS_MAKEJN:$MAKEJN"
if [ ! -d $serverPath/php/56 ];then
cd $sourcePath/php/php${PHP_VER} && ./configure \
@ -74,7 +71,7 @@ if [ ! -d $serverPath/php/56 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make $MAKEJN && make install && make clean
make clean && make ${MAKEJN:--j2} && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -44,11 +44,6 @@ else
OPTIONS="${OPTIONS} --with-curl"
fi
# 加快测试速度 For Github Action
MAKEJN="${SYS_MAKEJN:-'-j2'}"
echo "SYS_MAKEJN:$MAKEJN"
if [ ! -d $serverPath/php/70 ];then
cd $sourcePath/php/php${PHP_VER} && ./configure \
--prefix=$serverPath/php/70 \
@ -72,7 +67,7 @@ if [ ! -d $serverPath/php/70 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make $MAKEJN && make install && make clean
make clean && make ${MAKEJN:--j2} && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -43,9 +43,6 @@ else
OPTIONS="${OPTIONS} --with-curl"
fi
# 加快测试速度 For Github Action
MAKEJN="${SYS_MAKEJN:-'-j2'}"
echo "SYS_MAKEJN:$MAKEJN"
if [ ! -d $serverPath/php/71 ];then
cd $sourcePath/php/php${PHP_VER} && ./configure \
@ -70,7 +67,7 @@ if [ ! -d $serverPath/php/71 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make $MAKEJN && make install && make clean
make clean && make ${MAKEJN:--j2} && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -44,9 +44,6 @@ else
OPTIONS="${OPTIONS} --with-curl"
fi
# 加快测试速度 For Github Action
MAKEJN="${MAKEJN:--j2}"
echo "MAKEJN:$MAKEJN"
if [ ! -d $serverPath/php/72 ];then
cd $sourcePath/php/php${PHP_VER} && ./configure \
@ -71,7 +68,7 @@ if [ ! -d $serverPath/php/72 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make $MAKEJN && make install && make clean
make clean && make ${MAKEJN:--j2} && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -49,9 +49,6 @@ else
OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip"
fi
# 加快测试速度 For Github Action
MAKEJN="${SYS_MAKEJN:-'-j2'}"
echo "SYS_MAKEJN:$MAKEJN"
if [ ! -d $serverPath/php/73 ];then
cd $sourcePath/php/php${PHP_VER} && ./configure \
@ -75,7 +72,7 @@ if [ ! -d $serverPath/php/73 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make $MAKEJN && make install && make clean
make clean && make ${MAKEJN:--j2} && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -53,9 +53,6 @@ else
fi
# 加快测试速度 For Github Action
MAKEJN="${SYS_MAKEJN:-'-j2'}"
echo "SYS_MAKEJN:$MAKEJN"
echo "$sourcePath/php/php${PHP_VER}"
@ -83,7 +80,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make $MAKEJN && make install && make clean
make ${MAKEJN:--j2} && make install && make clean
fi
#------------------------ install end ------------------------------------#
}

@ -52,10 +52,6 @@ else
OPTIONS="${OPTIONS} --with-curl"
fi
# 加快测试速度 For Github Action
MAKEJN="${SYS_MAKEJN:-'-j2'}"
echo "SYS_MAKEJN:$MAKEJN"
echo "$sourcePath/php/php${PHP_VER}"
if [ ! -d $serverPath/php/${PHP_VER} ];then
@ -82,7 +78,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make $MAKEJN && make install && make clean
make clean && make ${MAKEJN:--j2} && make install && make clean
fi
#------------------------ install end ------------------------------------#
}

@ -57,10 +57,6 @@ else
fi
# 加快测试速度 For Github Action
MAKEJN="${SYS_MAKEJN:-'-j2'}"
echo "SYS_MAKEJN:$MAKEJN"
echo "$sourcePath/php/php${PHP_VER}"
if [ ! -d $serverPath/php/${PHP_VER} ];then
@ -87,7 +83,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make $MAKEJN && make install && make clean
make clean && make ${MAKEJN:--j2} && make install && make clean
fi
#------------------------ install end ------------------------------------#
}

Loading…
Cancel
Save