I am trying to setup webserver with PHP 7 RC3 + Nginx on Ubuntu 14.04 (for test purposes).
PHP 7 RC3
Nginx
Ubuntu 14.04
I installed Ubuntu in Vagrant using
phpize ./configure make make install (as root)
phpize
./configure
make
make install (as root)
This worked for me