pull/125/head
midoks 3 years ago
parent de30501f20
commit 266111d8f4
  1. 2
      plugins/php/versions/common/redis.sh
  2. 2
      plugins/php/versions/common/yac.sh

@ -56,7 +56,7 @@ Install_lib()
$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
make && make install && make clean make clean && make && make install && make clean
fi fi

@ -56,7 +56,7 @@ Install_lib()
$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
make && make install && make clean make clean && make && make install && make clean
cd .. cd ..
fi fi

Loading…
Cancel
Save