Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70043 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81384 invoked from network); 6 Nov 2013 22:28:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Nov 2013 22:28:39 -0000 Authentication-Results: pb1.pair.com header.from=themattficken@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=themattficken@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.176 as permitted sender) X-PHP-List-Original-Sender: themattficken@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:60811] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/80-12865-692CA725 for ; Wed, 06 Nov 2013 17:28:38 -0500 Received: by mail-lb0-f176.google.com with SMTP id z5so256726lbh.35 for ; Wed, 06 Nov 2013 14:28:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=57/7mQjNJFtlJpWoSnAMtRTsU20hkJ1EsKhnotonie4=; b=JpWZ1lVGvUTup2Wqd+aaDVAp1p5BlfiXWOXjPDiHAYPabf+8VYtdBb3DrIyBksyaSc PBXwynzvSDP0G7RkHf4Noj5DG3c9F0DzljLrImFnML6X9ZaHh0LHcyFNpz2fznkEBYTo z6LO0ZLxJs2JpFCd4IVV4P/Nr612R7YISDYy9oVKGtf72rFHP8JmXYMOiL2C1RPMleu4 hdXNoPQ2vyZJHQ1q+lsmjujTxBkMdOACTOBLG92oL6FhaQrT7+y1hl1b2sK6xahicJIO nn8OnhVyBxztg6sUCiy1uzRuahNYZ/F8uj72QsCv01ueVXoOlyKiTa3SA28GkV5EyE5E AaJQ== MIME-Version: 1.0 X-Received: by 10.112.136.65 with SMTP id py1mr4260171lbb.4.1383776914559; Wed, 06 Nov 2013 14:28:34 -0800 (PST) Received: by 10.112.74.39 with HTTP; Wed, 6 Nov 2013 14:28:34 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Nov 2013 14:28:34 -0800 Message-ID: To: Julien Pauli Cc: Sherif Ramadan , David Soria Parra , PHP Internals Content-Type: multipart/alternative; boundary=089e0115f6c470d63d04ea89aba4 Subject: Re: [PHP-DEV] Re: PHP 5.6 Process From: themattficken@gmail.com (Matt F) --089e0115f6c470d63d04ea89aba4 Content-Type: text/plain; charset=ISO-8859-1 I have been running master and 5_5 PHPT tests against master snapshot builds on all versions of Windows. I have run the 5.5.6RC1 test-pack against snapshot builds of master-ra0244a6 (x86, x64, ts and nts) and found no functional regressions (no additional failures, timeouts or crashes) from php 5.5.6rc1, including the x64 builds. On Tue, Oct 29, 2013 at 1:22 AM, Julien Pauli wrote: > On Wed, Oct 23, 2013 at 8:57 PM, Sherif Ramadan >wrote: > > > On Thu, Oct 17, 2013 at 1:24 AM, David Soria Parra wrote: > > > > > David Soria Parra schrieb: > > > > I think over the last years it proved to be good to have the current > > > > RM support a new RM who then takes over after the final release > > > > (e.g. Julien basically does 5.5 alone now, but we worked a lot > together > > > > during alpha/beta/RC). Therefore my suggestion is that Julien is > going > > to > > > > help out with 5.6 and then we would need a new RM that can learn from > > > julien > > > > on how to do things to later be able to do 5.6 on his own. > > > > > > So I mabe think Ferenic (tyrael) would be a good RM. > > > > > > I'm all for that as well :) > > > > +1 > > > > Hi back ! > > I suggest we move forward on the topic. > > We're gonna enter November soon, this is a dead line to branch 5.6. > > I suggest we branch 5.6 from master, then run the 5.5 test suite against > the branch, and remove every commit that leads to a BC break. > The task shouldn't be too hard. > I get the same pass rate (no additional failures) for master ra0244a6 as I get for 5.5.6rc1. We build the same extensions for 5.5 and master on Windows, so the test coverage is the same. Forking master to 5.6 doesn't seem to be a problem on Windows at least(no BC issues, etc...). For more info, see http://windows.php.net/downloads/snaps/ostc/pftt/PHP_Master/ -Matt --089e0115f6c470d63d04ea89aba4--