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

@ -86,7 +86,7 @@ if [ ! -d $serverPath/php/53 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
fi

@ -71,7 +71,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
$OPTIONS \
--enable-fpm
make clean && make ${MAKEJN:--j2}
make clean && make
#debian11,没有生成php54 man
if [ ! -f sapi/cli/php.1 ];then

@ -69,7 +69,7 @@ if [ ! -d $serverPath/php/55 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -72,7 +72,7 @@ if [ ! -d $serverPath/php/56 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -68,7 +68,7 @@ if [ ! -d $serverPath/php/70 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -68,7 +68,7 @@ if [ ! -d $serverPath/php/71 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -69,7 +69,7 @@ if [ ! -d $serverPath/php/72 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -73,7 +73,7 @@ if [ ! -d $serverPath/php/73 ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------#

@ -85,7 +85,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make ${MAKEJN:--j2} && make install && make clean
make && make install && make clean
fi
#------------------------ install end ------------------------------------#
}

@ -82,7 +82,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------#
}

@ -86,7 +86,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make ${MAKEJN:--j2} && make install && make clean
make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------#
}

Loading…
Cancel
Save