Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79563 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28648 invoked from network); 11 Dec 2014 08:19:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2014 08:19:14 -0000 Authentication-Results: pb1.pair.com header.from=florian@margaine.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=florian@margaine.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain margaine.com from 209.85.213.169 cause and error) X-PHP-List-Original-Sender: florian@margaine.com X-Host-Fingerprint: 209.85.213.169 mail-ig0-f169.google.com Received: from [209.85.213.169] ([209.85.213.169:56594] helo=mail-ig0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/04-05320-08359845 for ; Thu, 11 Dec 2014 03:19:12 -0500 Received: by mail-ig0-f169.google.com with SMTP id hl2so420948igb.0 for ; Thu, 11 Dec 2014 00:19:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=8fiA0+fxZeZBElDH0KvRxIH+TXpA+QHswyWNx138JaE=; b=h83i/282hOSXKoZ4zunJ6HQ/h13TzL/552zCji/ZTm4rtZw+R5qhy3T/YyNQ8bhhmW H8vsVLlRbliQcXBbvjD3YSJ49gxpwFvRYl9YFAMRohv6ATScALiMNospb/p+S6eDX4Ay lA2yeNZB9XNS4KDeyjg9s9DBRziE/urbexhsk6S6+/oi3uQbYHxN74sX4pGCPNcKayf9 FyTYIue2GAZaqhLh8mp2kNNt4blye7noeoBwI1OGSCox1Ss30APLbbmBPp4JEefbiHMW iTpEl4nm2viXq83Q2gKssO29rfp7KkiRvpucIH0jNhcLlQ/Zo9rIVuj1bQJf/jpOIYrn NuHQ== X-Gm-Message-State: ALoCoQm0pVA86LN6aZD6rqIUZtDjohW6eoV1iLx2jdo47f1Cgv32zjaqlCd5bOpUGq8//vbGrHEI MIME-Version: 1.0 X-Received: by 10.42.239.145 with SMTP id kw17mr1709254icb.55.1418285949063; Thu, 11 Dec 2014 00:19:09 -0800 (PST) Received: by 10.107.14.142 with HTTP; Thu, 11 Dec 2014 00:19:08 -0800 (PST) X-Originating-IP: [80.215.161.144] Received: by 10.107.14.142 with HTTP; Thu, 11 Dec 2014 00:19:08 -0800 (PST) In-Reply-To: <548950D8.1090101@php.net> References: <548950D8.1090101@php.net> Date: Thu, 11 Dec 2014 09:19:08 +0100 Message-ID: To: Sebastian Bergmann Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a113332502f34ea0509ec6e56 Subject: Re: [PHP-DEV] ./configure on PHP-5.6 modifies main/php_version.h From: florian@margaine.com (Florian Margaine) --001a113332502f34ea0509ec6e56 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Le 11 d=C3=A9c. 2014 09:08, "Sebastian Bergmann" a =C3= =A9crit : > > $ 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") > 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 --001a113332502f34ea0509ec6e56--