Created
February 19, 2021 09:41
-
-
Save flexchar/82987573826eef6dcb047283c501ce25 to your computer and use it in GitHub Desktop.
PHP 8.0 Local install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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