Skip to content

Instantly share code, notes, and snippets.

@acedesigns
Created June 3, 2017 11:29
Show Gist options
  • Save acedesigns/10b4df26634d9222085cb009f9aed9ca to your computer and use it in GitHub Desktop.
Save acedesigns/10b4df26634d9222085cb009f9aed9ca to your computer and use it in GitHub Desktop.
Upgrading Your PHP 5.5.9-1ubuntu4.21 to PHP 7.0
# This is not an executable file but commands to run on the terminal
# In a somewhat order
`sudo add-apt-repository ppa:ondrej/php`
`sudo apt-get update`
`sudo apt-get install php-mbstring php7.0-mbstring php-gettext libapache2-mod-php7.0`
`sudo apt-get install php7.0-xml`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment