Skip to content

Instantly share code, notes, and snippets.

@kevyworks
Forked from mizner/scotchboxphp7.txt
Created November 15, 2016 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevyworks/1c7b45c5cc8cf98d2915b7795ee49cbd to your computer and use it in GitHub Desktop.
Save kevyworks/1c7b45c5cc8cf98d2915b7795ee49cbd 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment