This commit is contained in:
parent
c6ee3cd26d
commit
8b33832d6c
|
|
@ -21,7 +21,7 @@ mkdir -p $serverPath/php
|
|||
|
||||
if [ ! -d $sourcePath/php/php${PHP_VER} ];then
|
||||
if [ ! -f $sourcePath/php/php-${version}.tar.xz ];then
|
||||
wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz http://au1.php.net/distributions/php-${version}.tar.xz
|
||||
wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://museum.php.net/php7/php-${version}.tar.xz
|
||||
fi
|
||||
|
||||
cd $sourcePath/php && tar -Jxf $sourcePath/php/php-${version}.tar.xz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ sysName=`uname`
|
|||
install_tmp=${rootPath}/tmp/mw_install.pl
|
||||
|
||||
|
||||
version=7.2.34
|
||||
version=7.2.31
|
||||
PHP_VER=72
|
||||
Install_php()
|
||||
{
|
||||
|
|
@ -22,7 +22,7 @@ mkdir -p $serverPath/php
|
|||
|
||||
if [ ! -d $sourcePath/php/php${PHP_VER} ];then
|
||||
if [ ! -f $sourcePath/php/php-${version}.tar.xz ];then
|
||||
wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz http://au1.php.net/distributions/php-${version}.tar.xz
|
||||
wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://museum.php.net/php7/php-${version}.tar.xz
|
||||
fi
|
||||
|
||||
cd $sourcePath/php && tar -Jxf $sourcePath/php/php-${version}.tar.xz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ sysName=`uname`
|
|||
install_tmp=${rootPath}/tmp/mw_install.pl
|
||||
|
||||
|
||||
version=7.3.27
|
||||
version=7.3.19
|
||||
PHP_VER=73
|
||||
Install_php()
|
||||
{
|
||||
|
|
@ -23,7 +23,7 @@ mkdir -p $serverPath/php
|
|||
if [ ! -d $sourcePath/php/php${PHP_VER} ];then
|
||||
|
||||
if [ ! -f $sourcePath/php/php-${version}.tar.xz ];then
|
||||
wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz http://au1.php.net/distributions/php-${version}.tar.xz
|
||||
wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://museum.php.net/php7/php-${version}.tar.xz
|
||||
fi
|
||||
|
||||
cd $sourcePath/php && tar -Jxf $sourcePath/php/php-${version}.tar.xz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ sysName=`uname`
|
|||
install_tmp=${rootPath}/tmp/mw_install.pl
|
||||
|
||||
|
||||
version=7.4.16
|
||||
version=7.4.19
|
||||
PHP_VER=74
|
||||
Install_php()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue