|
|
@ -22,7 +22,7 @@ mkdir -p $serverPath/php |
|
|
|
|
|
|
|
|
|
|
|
if [ ! -d $sourcePath/php/php${PHP_VER} ];then |
|
|
|
if [ ! -d $sourcePath/php/php${PHP_VER} ];then |
|
|
|
if [ ! -f $sourcePath/php/php-${version}.tar.gz ];then |
|
|
|
if [ ! -f $sourcePath/php/php-${version}.tar.gz ];then |
|
|
|
wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.gz https://museum.php.net/php5/php-${PHP_VER}.tar.gz |
|
|
|
wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.gz https://museum.php.net/php5/php-${version}.tar.gz |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if [ ! -f $sourcePath/php/php-5.2.17-fpm-0.5.14.diff.gz ]; then |
|
|
|
if [ ! -f $sourcePath/php/php-5.2.17-fpm-0.5.14.diff.gz ]; then |
|
|
|