From a156c7121c727f06c04426925cbc334aea684b9e Mon Sep 17 00:00:00 2001 From: Vrganj Date: Fri, 27 Nov 2020 20:12:59 +0100 Subject: [PATCH] Update PHP to 8.0.0 --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6851421..a44da65 100644 --- a/readme.md +++ b/readme.md @@ -123,9 +123,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