Skip to content

Instantly share code, notes, and snippets.

@mizner
Last active August 23, 2021 10:45
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mizner/24b70924d10766ac70c9d367ccc88d68 to your computer and use it in GitHub Desktop.
Save mizner/24b70924d10766ac70c9d367ccc88d68 to your computer and use it in GitHub Desktop.
Scotchbox PHP 7
List of PHP 7 Packages: https://launchpad.net/ubuntu/+source/php7.0
Disclaimer: I get unreliable results when I don't run these commands seperately and in order.
vagrant ssh
sudo apt-get update
sudo add-apt-repository ppa:ondrej/php
sudo apt-get install php7.0
sudo apt-get update
sudo apt-get install php7.0-mysql libapache2-mod-php7.0 php7.0-fpm php7.0-json php7.0-xmlrpc php7.0-cgi php7.0-opcache php7.0-zip php7.0-imap php7.0-curl php7.0-xml php7.0-gd php7.0-mbstring
sudo a2enmod proxy_fcgi setenvif
sudo a2enconf php7.0-fpm
sudo a2dismod php5
sudo a2enmod php7.0
sudo apachectl restart
sudo service apache2 reload
@whatnickcodes
Copy link

FYI this is updated in the box

box.scotch.io for details

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