Update pcntl.sh

pull/5/head
midoks 5 years ago
parent 97f01aeb74
commit 3ac32665b8
  1. 2
      plugins/php/versions/74/pcntl.sh

@ -37,7 +37,7 @@ Install_lib()
if [ ! -f "$extFile" ];then if [ ! -f "$extFile" ];then
cd $sourcePath/php74/ext/${LIBNAME} cd $sourcePath/php${version}/ext/${LIBNAME}
$serverPath/php/$version/bin/phpize $serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config ./configure --with-php-config=$serverPath/php/$version/bin/php-config

Loading…
Cancel
Save