Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Created June 21, 2018 16:04
Show Gist options
  • Save jhowbhz/46db17343befb29e5d2840cab45f9c92 to your computer and use it in GitHub Desktop.
Save jhowbhz/46db17343befb29e5d2840cab45f9c92 to your computer and use it in GitHub Desktop.
Como instalar PHP 7.2 Ubuntu 16
apt-get update && apt-get upgrade
apt-get install python-software-properties
add-apt-repository ppa:ondrej/php
apt-get update
apt-get install php7.2
apt-get install php-pear php7.2-curl php7.2-dev php7.2-gd php7.2-mbstring php7.2-zip php7.2-mysql php7.2-xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment