Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79562 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26922 invoked from network); 11 Dec 2014 08:07:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2014 08:07:57 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.237 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.237 mail-1.de-punkt.de Received: from [93.190.64.237] ([93.190.64.237:39198] helo=mail-1.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/A3-05320-CD059845 for ; Thu, 11 Dec 2014 03:07:57 -0500 Received: from localhost (localhost [127.0.0.1]) by mail-1.de-punkt.de (Postfix) with ESMTP id 4C828A8004 for ; Thu, 11 Dec 2014 09:07:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail-1.de-punkt.de Received: from mail-1.de-punkt.de ([127.0.0.1]) by localhost (mail-1.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kHRN0cadtN4W for ; Thu, 11 Dec 2014 09:07:53 +0100 (CET) Received: from [192.168.178.23] (p4FC7C814.dip0.t-ipconnect.de [79.199.200.20]) (Authenticated sender: php@sebastian-bergmann.de) by mail-1.de-punkt.de (Postfix) with ESMTPSA id D3DD6A8003 for ; Thu, 11 Dec 2014 09:07:52 +0100 (CET) Message-ID: <548950D8.1090101@php.net> Date: Thu, 11 Dec 2014 09:07:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: ./configure on PHP-5.6 modifies main/php_version.h From: sebastian@php.net (Sebastian Bergmann) $ 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 ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: main/php_version.h no changes added to commit (use "git add" and/or "git commit -a")