$ 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")

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to