Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70028 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24711 invoked from network); 6 Nov 2013 09:19:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Nov 2013 09:19:13 -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.216.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:48947] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/53-26738-D890A725 for ; Wed, 06 Nov 2013 04:19:11 -0500 Received: by mail-qc0-f170.google.com with SMTP id n9so5743813qcw.1 for ; Wed, 06 Nov 2013 01:19:07 -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=WCiQ4x2bP2bYF5Iwndkl7Ne5av4CJ6gWhTUGKfVYpts=; b=lLxFyFJvtsJ9as1Ry7NS0nM1+ltA+XkYvdMgQlx3+SNKnGW6QejSdzrJZoD87KLiHE ea2Xai+XVYIaZ+xMZgY9NVGXOjrqm7nvuTxWcwhgoQcMABwEYnfCYAkNJKmSUEjRrwva cWec0qiw4LUKO+jcv1NjbtlFHeNtLkHgcEHynsJA829d2yVj7sif5b085qqT4uteseer PzrRy9phgMIPhxJ3cYFLMtH1b8F55E4CngtdOLtMIJUFMi95Wed2lLPrKdxTRjYb0DFe VUaxIb8GOHXb5ErfGhlwiKEFgKM5G8iVRPv/DBVF6h7ebCM75H8g/Wc6boawehfdM6/n Ah3A== MIME-Version: 1.0 X-Received: by 10.49.116.210 with SMTP id jy18mr2836244qeb.65.1383729547356; Wed, 06 Nov 2013 01:19:07 -0800 (PST) Received: by 10.140.48.171 with HTTP; Wed, 6 Nov 2013 01:19:07 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Nov 2013 10:19:07 +0100 Message-ID: To: Julien Pauli Cc: Sherif Ramadan , David Soria Parra , PHP Internals Content-Type: multipart/alternative; boundary=047d7b5dbfc822b01304ea7ea4a7 Subject: Re: [PHP-DEV] Re: PHP 5.6 Process From: tyra3l@gmail.com (Ferenc Kovacs) --047d7b5dbfc822b01304ea7ea4a7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Nov 5, 2013 at 7:03 PM, Julien Pauli wrote: > On Tue, Oct 29, 2013 at 9:40 AM, Ferenc Kovacs wrote: > >> >> >> >> On Tue, Oct 29, 2013 at 9: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 agains= t >>> the branch, and remove every commit that leads to a BC break. >>> The task shouldn't be too hard. >>> >>> When the branch is created, the wiki then would have to be updated to >>> show >>> the ideas we'd like to support (https://wiki.php.net/todo/php56) >>> >>> Julien Pauli >>> >> >> >> Hi, >> >> I was working on that last week, there are a couple of test related >> changes which should/could be backported to 5.5 (and maybe even 5.4): >> >> http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3Decbe4af0de94c629f= a5ba8ab169654e00c958bad >> >> http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D361e984e462de5422= bba5470d3961e67de327396 >> >> http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D95017c0522a9a1b95= 27d7cc1d866fbc3b89df7ac >> I have sent an email to Sara/ptarjan, but got no response yet: >> http://permalink.gmane.org/gmane.comp.php.cvs.general/62834 >> >> The sole BC break I've found yet was the removal of $HTTP_RAW_POST_DATA >> and co from Mike: >> >> http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D423c70fb4d79b7831= b1db41ea217c8e1afd5cf8e >> >> http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D449d4c0b1c6ea0f5d= fe7b56c99d9fc4f2033d27c >> >> http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D4a3936ef4abdeb72c= 7d323fe4b6a65e1ae0ef181 >> >> http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D8d087dc0d7c88e265= 39646875dc0f7bb5042187b >> >> This would be a measurable improvement for many of our users with a >> relatively easy way to restore/emulate the old behavior >> ($HTTP_RAW_POST_DATA =3D file_get_contents("php://input");) so maybe it >> should be worth a discussion whether or not we should revert it from 5.6= . >> > > Mmmm, that's a break anyway, even if we provide solutions against it. > Can we afford it ? > I'm not fond of the idea myself, but I can see why others would disagree. I will revert it from 5.6 though, and we can discuss it later. > > > Anyway, we should branch this week please. > I can give time this week to help on stuff, unfortunately I wont have tim= e > this week-end but next one :-p > I will branch it today from master (without the raw post data BC break). --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --047d7b5dbfc822b01304ea7ea4a7--