Skip to content

Instantly share code, notes, and snippets.

@Ambalus
Forked from jzumbrun/php7.sh
Created November 22, 2015 07:19
Show Gist options
  • Select an option

  • Save Ambalus/d3c179bac814a96da39d to your computer and use it in GitHub Desktop.

Select an option

Save Ambalus/d3c179bac814a96da39d to your computer and use it in GitHub Desktop.
php7
sudo apt-get remove php5*
git clone https://github.com/kasparsd/php-7-debian.git
cd php-7-debian
./build.sh
./install.sh
sudo rm -Rf php-7-debian/
cd /usr/local/php7/bin
echo "export PATH=$(pwd):\${PATH}" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment