Install php-build

This commit is contained in:
Daniil Gentili 2019-06-18 15:08:11 +02:00
parent 13fb3e61a9
commit 18139ea0d3

View File

@ -57,6 +57,7 @@ cp -a $madelinePath/src vendor/danog/madelineproto/
cd ..
[ $PHP_MAJOR_VERSION -eq 5 ] && {
git clone https://github.com/php-build/php-build $(phpenv root)/plugins/php-build
phpenv install 7.3.6
~/.phpenv/versions/7.3.6/bin/php $php7to5 convert --copy-all phar7 phar5 >/dev/null