0x6B386F / phpt-vm

VM to build php-src

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpt-vm

Setup

  • Clone this repo
  • cd path/to/repo
  • ./vendor/bin/homestead make
  • vagrant up
  • vagrant ssh
  • git clone git@github.com:memphisphp/phptestfest-php-src.git
  • cd phptestfest-php-src

Compile PHP

  • cd /home/vagrant/php/phptestfest-php-src
  • ./configure
  • make -j5
  • sapi/cli/php --version

About

VM to build php-src

License:MIT License


Languages

Language:Shell 100.0%