mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
fix php8 pr
This commit is contained in:
commit
2761570dad
1 changed files with 3 additions and 3 deletions
|
@ -86,9 +86,9 @@ source /opt/.profile
|
||||||
# final binary: /usr/local/bin/php
|
# final binary: /usr/local/bin/php
|
||||||
# get version: /usr/local/bin/php -v
|
# get version: /usr/local/bin/php -v
|
||||||
cd /opt && mkdir php && cd php
|
cd /opt && mkdir php && cd php
|
||||||
wget https://www.php.net/distributions/php-7.4.4.tar.gz
|
wget https://www.php.net/distributions/php-8.0.0.tar.gz
|
||||||
tar -xzf php-7.4.4.tar.gz
|
tar -xzf php-8.0.0.tar.gz
|
||||||
cd php-7.4.4
|
cd php-8.0.0
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue