Created
December 2, 2017 09:29
-
-
Save maldechavda/56eb764a95ce779611ebf18432b8cce0 to your computer and use it in GitHub Desktop.
Install php7.2 over php7.1 in laravel server
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
#!/bin/bash | |
sudo apt-get install -y php7.2 php7.2-cli php7.2-dev \ | |
php7.2-pgsql php7.2-sqlite3 php7.2-gd \ | |
php7.2-curl php7.2-memcached \ | |
php7.2-imap php7.2-mysql php7.2-mbstring \ | |
php7.2-xml php7.2-zip php7.2-bcmath php7.2-soap \ | |
php7.2-intl php7.2-readline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment