From 3ac32665b81bf704ba788303978ac28aa538cea3 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 15 Jul 2020 17:36:36 +0800 Subject: [PATCH] Update pcntl.sh --- plugins/php/versions/74/pcntl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/74/pcntl.sh b/plugins/php/versions/74/pcntl.sh index 468125dda..25056c01f 100755 --- a/plugins/php/versions/74/pcntl.sh +++ b/plugins/php/versions/74/pcntl.sh @@ -37,7 +37,7 @@ Install_lib() if [ ! -f "$extFile" ];then - cd $sourcePath/php74/ext/${LIBNAME} + cd $sourcePath/php${version}/ext/${LIBNAME} $serverPath/php/$version/bin/phpize ./configure --with-php-config=$serverPath/php/$version/bin/php-config