Merge branch 'Vrganj-update-php'

This commit is contained in:
Brian Seymour 2021-01-23 14:32:26 -06:00
commit f04e046d4b
1 changed files with 3 additions and 3 deletions

View File

@ -86,9 +86,9 @@ source /opt/.profile
# final binary: /usr/local/bin/php
# get version: /usr/local/bin/php -v
cd /opt && mkdir php && cd php
wget https://www.php.net/distributions/php-7.4.4.tar.gz
tar -xzf php-7.4.4.tar.gz
cd php-7.4.4
wget https://www.php.net/distributions/php-8.0.0.tar.gz
tar -xzf php-8.0.0.tar.gz
cd php-8.0.0
./configure
make
make install