Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77717 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64802 invoked from network); 30 Sep 2014 12:49:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Sep 2014 12:49:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.173 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.216.173 mail-qc0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:45123] helo=mail-qc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/30-60656-CB6AA245 for ; Tue, 30 Sep 2014 08:49:01 -0400 Received: by mail-qc0-f173.google.com with SMTP id x13so1339821qcv.18 for ; Tue, 30 Sep 2014 05:48:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=5bTP3RTr8xaG0IDIzvxOuC+vzIZQtw3WFzLH/zkPrRQ=; b=alPOU2Vv46AGMYyhXtZgydv3luR0bZYVEwvUsd4Vl3zojl20b80i73+c2QAOYAr9Qv YaZKcQ0UbPmLf/Iu3pfNj2T5UEOB6WHLMrbX+5KKEaHXz8bDheZANLyawIub4nfCJr7k BP3EpfBtg1Tr016KaXDN6Oit7jzAqCuiFwJrdim3UV7AVE7fmRim7qdSFshaRcC/MFMq o2G5RBhvQGyV9BvXx1Mwn8E5O9xxnyErYu5muwowyBfSMHppP4njzZ1XbyBqLzQPxwkV ahqjuCV7xGvAd0gsfH5s6EzUU+Qz0XuLL6O65m29ctvWsD94OKdNSFQ+gf6Dc/jtP/4I VgdQ== X-Received: by 10.140.19.142 with SMTP id 14mr15746697qgh.28.1412081335113; Tue, 30 Sep 2014 05:48:55 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.140.101.172 with HTTP; Tue, 30 Sep 2014 05:48:15 -0700 (PDT) In-Reply-To: <5429B39F.9060805@sugarcrm.com> References: <0cb6f4a2d771155c6cad865f945e98e6@archlinux.de> <46ABAB22-F304-4BC3-A3AE-02DE462565D2@lerdorf.com> <1412003052.13103.30.camel@kuechenschabe> <5429B39F.9060805@sugarcrm.com> Date: Tue, 30 Sep 2014 14:48:15 +0200 X-Google-Sender-Auth: 0D1grWaTlYnVGlAB0W1a7mumwwE Message-ID: To: Stas Malyshev Cc: Pierre Schmitz , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: What happened to the 5.6.1 release? From: jpauli@php.net (Julien Pauli) On Mon, Sep 29, 2014 at 9:31 PM, Stas Malyshev wrote: > Hi! > >> I wonder if one could replace that release server with a simple vagrant >> setup or similar so the RM can actually create release archives on his >> own. > > I've always packaged 5.4 on my local machine, but it may have a downside > of using different bison/automake/etc. version and produce a release > that has different compatibility matrix than officially announced. So This is the same to me. AFAIR, we patched the README.RELEASE_PROCESS to explicitely list the requirements, particulary the bison ones, for building on local envs. I've always built my releases on my local machine, with very accurate version of autoconf and bison. Julien.Pauli