diff --git a/plugins/php/versions/74/install.sh b/plugins/php/versions/74/install.sh index ff68db389..8f4550344 100755 --- a/plugins/php/versions/74/install.sh +++ b/plugins/php/versions/74/install.sh @@ -30,7 +30,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then mv $sourcePath/php/php-${version} $sourcePath/php/php${PHP_VER} fi -cd $sourcePath/php/php74 +cd $sourcePath/php/php${PHP_VER} OPTIONS='' if [ $sysName == 'Darwin' ]; then @@ -51,7 +51,7 @@ else fi -echo "$sourcePath/php/php-src-php-${version}" +echo "$sourcePath/php/php${PHP_VER}" if [ ! -d $serverPath/php/${PHP_VER} ];then cd $sourcePath/php/php${PHP_VER} diff --git a/plugins/php/versions/80/install.sh b/plugins/php/versions/80/install.sh index 16db9f104..4e9d6966f 100755 --- a/plugins/php/versions/80/install.sh +++ b/plugins/php/versions/80/install.sh @@ -51,7 +51,7 @@ else fi -echo "$sourcePath/php/php-src-php-${version}" +echo "$sourcePath/php/php${PHP_VER}" if [ ! -d $serverPath/php/${PHP_VER} ];then cd $sourcePath/php/php${PHP_VER}