I was also stuck there, but this team helped me.
I am using ubuntu 14.04
sudo add-apt-repository ppa:ondrej/php
it will install the required repo for php7
now install php-dev libs
sudo apt-get install php7.0-dev
now it will replace your old php-config with a new one
now php-config will point to php-config7.0
source share