ok

Mini Shell

Direktori : /proc/thread-self/root/home2/selectio/www/fms-worksuite/vendor/amphp/parallel/
Upload File :
Current File : //proc/thread-self/root/home2/selectio/www/fms-worksuite/vendor/amphp/parallel/Vagrantfile

Vagrant.configure(2) do |config|
  config.vm.box = "rasmus/php7dev"

  config.vm.provision "shell", inline: <<-SHELL
    newphp 7 zts

    # Install pthreads from master
    git clone https://github.com/krakjoe/pthreads
    cd pthreads
    git checkout master
    phpize
    ./configure
    make
    sudo make install
    echo 'extension=pthreads.so' >> `php -i | grep php-cli.ini | awk '{print $5}'`
  SHELL
end

Zerion Mini Shell 1.0