pull/497/head
midoks 2 years ago
parent 6d7b58e65c
commit 026f191de2
  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
  12. 2
      plugins/php/versions/82/install.sh
  13. 2
      plugins/php/versions/83/install.sh

@ -141,7 +141,7 @@ if [ ! -d $serverPath/php/53/bin ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi

@ -157,7 +157,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#

@ -130,7 +130,7 @@ if [ ! -d $serverPath/php/55 ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#

@ -136,7 +136,7 @@ if [ ! -d $serverPath/php/56 ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#

@ -123,7 +123,7 @@ if [ ! -d $serverPath/php/70 ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#

@ -120,7 +120,7 @@ if [ ! -d $serverPath/php/71 ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#

@ -122,7 +122,7 @@ if [ ! -d $serverPath/php/72 ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#

@ -136,7 +136,7 @@ if [ ! -d $serverPath/php/73 ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#

@ -159,7 +159,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#
}

@ -161,7 +161,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#
}

@ -151,7 +151,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#
}

@ -154,7 +154,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#
}

@ -153,7 +153,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean
rm -rf $sourcePath/php/php${PHP_VER}
# rm -rf $sourcePath/php/php${PHP_VER}
fi
#------------------------ install end ------------------------------------#
}

Loading…
Cancel
Save