Skip to content

Commit

Permalink
Update vagrant box for PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jan 23, 2016
1 parent d099af9 commit 92999ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -2,12 +2,12 @@ Vagrant.configure(2) do |config|
config.vm.box = "rasmus/php7dev"

config.vm.provision "shell", inline: <<-SHELL
newphp 56 zts
newphp 7 zts
# Install pthreads from master
git clone https://github.com/krakjoe/pthreads
cd pthreads
git checkout PHP5
git checkout master
phpize
./configure
make
Expand Down

0 comments on commit 92999ab

Please sign in to comment.