Hi, Le 11 déc. 2014 09:08, "Sebastian Bergmann" <sebast...@php.net> a écrit : > > $ git status > On branch PHP-5.6 > Your branch is up-to-date with 'origin/PHP-5.6'. > nothing to commit, working directory clean > > $ ./configure --disable-all > . > . > . > Thank you for using PHP. > > config.status: error: cannot find input file: `php7.spec.in' > > $ git status > On branch PHP-5.6 > Your branch is up-to-date with 'origin/PHP-5.6'. > Changes not staged for commit: > (use "git add <file>..." to update what will be committed) > (use "git checkout -- <file>..." to discard changes in working > directory) > > modified: main/php_version.h > > no changes added to commit (use "git add" and/or "git commit -a") >
If you built php7 (master) before, you'll have to make clean, or distclean, or vcsclean and rerun buildconf to be able to build php5.6. > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Cheers, Florian