Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75783 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8352 invoked from network); 21 Jul 2014 11:20:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2014 11:20:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.45 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.192.45 mail-qg0-f45.google.com Received: from [209.85.192.45] ([209.85.192.45:50794] helo=mail-qg0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/71-01457-D67FCC35 for ; Mon, 21 Jul 2014 07:20:13 -0400 Received: by mail-qg0-f45.google.com with SMTP id f51so5176861qge.32 for ; Mon, 21 Jul 2014 04:20:08 -0700 (PDT) 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=2o+qGqfunGqoByaR6jl1yHdv3K8ovt0bEH81h0ChbNA=; b=RTQeF8Oo9/2IJvdztB0HUiTuBxy3//stty+dv+uz6ezaWkd51tDD3DFzMTDFkPrAn5 cptmigpFaPCgitwQ1atKE6awlTnmIKp2fXDfxHbaBWCWdlyKN41IDJLDz8HueJeCTjHD Ve1GGd9YMd6sIzuo5TkMhbe4iXjtSgNho/7q4mBVAyumdApDBH1RAdg5izZSQPZxo2Hh 7ut12s2f97xUQ0mawRWLPwbq10JhHbwoUNAP0tCAU5dtohGA1wtZivg+kxactGWW1hkP DNvYlifa5r0GF+jZr7wTqSieASPUNhuDf1TWBEWYagcQjcPh3ArOS9kPY5Ey2GCFjqau ma3A== MIME-Version: 1.0 X-Received: by 10.140.102.117 with SMTP id v108mr36910151qge.93.1405941608396; Mon, 21 Jul 2014 04:20:08 -0700 (PDT) Received: by 10.140.102.111 with HTTP; Mon, 21 Jul 2014 04:20:08 -0700 (PDT) In-Reply-To: References: Date: Mon, 21 Jul 2014 13:20:08 +0200 Message-ID: To: Nikita Popov Cc: Zeev Suraski , PHP internals Content-Type: multipart/alternative; boundary=001a11c16ec424bf1104feb24a3f Subject: Re: [PHP-DEV] RFC: Move phpng to master From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c16ec424bf1104feb24a3f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Jul 21, 2014 at 1:10 PM, Nikita Popov wrote: > On Mon, Jul 21, 2014 at 9:31 AM, Zeev Suraski wrote: > > > All, > > > > As we=E2=80=99re getting closer to release 5.6.0, and given the very hi= gh level > of > > interest in phpng, I think it=E2=80=99s time for us to provide some cla= rity > > regarding what happens post 5.6.0. > > > > Dmitry and I wrote an RFC proposing that we merge phpng into master and > > turn it into the basis of the next major version of PHP (name TBD). > > > > The RFC is available at https://wiki.php.net/rfc/phpng > > > > There are actually two questions here: > 1. Do we want to base the next major version on phpng? > 2. Do we want to merge phpng into master? > > The latter is tied to the question whether or not we want to have a PHP 5= .7 > release in the meantime. I'm not really sure whether or not that would be > good, I would recommend opening a separate thread about that question. > either way, master should/will contain the changes from phpng, otherwise we would go against to our current merge everything upwards git workflow. but that doesn't really a problem for 5.7, we should just branch it from 5.6 (we wanted to do this for 5.6 and 5.5, but most of the changes in master at that time was ok for a minor, so we branches from master instead of cherrypicking everything.), as anything we want to backport from master to 5.7 would require manual work to make it compatible with 5.7. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c16ec424bf1104feb24a3f--