Skip to content

Commit

Permalink
Update Vagrant box
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Dec 12, 2015
1 parent 8d0b2ee commit b515575
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Vagrantfile
@@ -1,12 +1,8 @@
Vagrant.configure(2) do |config|
config.vm.box = "coderstephen/php-dev"
config.vm.box = "rasmus/php7dev"

config.vm.provision "shell", inline: <<-SHELL
newphp 56 zts debug
# Install xdebug
sudo pickle install -n xdebug
echo 'zend_extension=xdebug.so' >> `php -i | grep php-cli.ini | awk '{print $5}'`
newphp 56 zts
# Install pthreads from master
git clone https://github.com/krakjoe/pthreads
Expand Down

0 comments on commit b515575

Please sign in to comment.