From 18139ea0d310dc2649e5fa671fb1c63ceb7609fd Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 18 Jun 2019 15:08:11 +0200 Subject: [PATCH] Install php-build --- tests/makephar.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/makephar.sh b/tests/makephar.sh index f6757d79..888a1b39 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -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