Skip to content

Instantly share code, notes, and snippets.

@akmandev
Created October 18, 2019 11:23
Show Gist options
  • Save akmandev/2207ff3c57d7280920c6d6ed28ee8425 to your computer and use it in GitHub Desktop.
Save akmandev/2207ff3c57d7280920c6d6ed28ee8425 to your computer and use it in GitHub Desktop.
PHP 7.4 Installation - Ubuntu/Elementary OS
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt -y install php7.4
php -v
sudo apt-get install -y php7.4-{curl,mbstring,mcrypt,opcache,xml,readline,zip,gd}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment