diff --git a/plugins/php/versions/56/install.sh b/plugins/php/versions/56/install.sh index f1f2239d7..365ec2821 100755 --- a/plugins/php/versions/56/install.sh +++ b/plugins/php/versions/56/install.sh @@ -19,7 +19,7 @@ mkdir -p $sourcePath/php mkdir -p $serverPath/php if [ ! -f $sourcePath/php/php-5.6.36.tar.xz ];then - wget -O $sourcePath/php/php-5.6.36.tar.xz https://museum.php.net/php5/php-5.6.36.tar.xz + wget --no-check-certificate -O $sourcePath/php/php-5.6.36.tar.xz https://museum.php.net/php5/php-5.6.36.tar.xz fi if [ ! -d $sourcePath/php/php-5.6.36 ];then