Created
June 21, 2018 16:04
-
-
Save jhowbhz/46db17343befb29e5d2840cab45f9c92 to your computer and use it in GitHub Desktop.
Como instalar PHP 7.2 Ubuntu 16
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
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