Skip to content

Instantly share code, notes, and snippets.

@flexchar
Created February 19, 2021 09:41
Show Gist options
  • Save flexchar/82987573826eef6dcb047283c501ce25 to your computer and use it in GitHub Desktop.
Save flexchar/82987573826eef6dcb047283c501ce25 to your computer and use it in GitHub Desktop.
PHP 8.0 Local install
sudo add-apt-repository ppa:ondrej/php
sudo apt install php8.0-common php8.0-igbinary php8.0-redis php8.0-cli php8.0-curl php8.0-fpm php8.0-mbstring php8.0-mysql php8.0-opcache php8.0-readline php8.0-redis php8.0-soap php8.0-sqlite3 php-pear php8.0-xml php8.0-dev
sudo pecl install -o -f redis xmlrpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment