Skip to content

Instantly share code, notes, and snippets.

@flyingluscas
Last active February 1, 2022 06:12
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save flyingluscas/d5093f34f711c421b2d303838f0eaea4 to your computer and use it in GitHub Desktop.
Save flyingluscas/d5093f34f711c421b2d303838f0eaea4 to your computer and use it in GitHub Desktop.
Install PHP 7.0 CLI
$ sudo add-apt-repository ppa:ondrej/php; sudo apt-get update
$ sudo apt-get install php7.1-cli -y
$ sudo apt-get install -y \
  php7.1-dom \
  php7.1-gd \
  php7.1-zip \
  php7.1-mbstring \
  php7.1-curl \
  php7.1-xdebug \
  php-xml \
  php7.1-sqlite3 \
  php7.1-mysql \
  php7.1-phar \
  php7.1-json \
  php7.1-pgsql
@c7v
Copy link

c7v commented Feb 1, 2022

Thank you. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment