Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svpernova09/phpt-vm

VM to build php-src
https://github.com/svpernova09/phpt-vm

Last synced: about 1 month ago
JSON representation

VM to build php-src

Awesome Lists containing this project

README

        

# phpt-vm

## Setup

* Clone this repo
* `cd path/to/repo`
* `./vendor/bin/homestead make`
* `vagrant up`
* `vagrant ssh`
* `git clone [email protected]: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`