Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93189 invoked from network); 29 Oct 2013 08:40:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2013 08:40:17 -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.223.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:50260] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/F0-21587-B647F625 for ; Tue, 29 Oct 2013 03:40:12 -0500 Received: by mail-ie0-f170.google.com with SMTP id at1so13756410iec.29 for ; Tue, 29 Oct 2013 01:40:09 -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=sKmw1hW7RL0zguSzgpuRWehb1IrGMbFyCL7nTY/C6WA=; b=hxMFw+Ma9XW1PTzMKjlfU4WhE2fsX6eJg50v0FKQuROuwNHfnzwVjTaYO1OomPdqjO uZZtGEo1m7bTIrVOc1/HdDoLmAfNQ4RRHMFY7heVzKXHedpJimAGaXtcPFckIz4T/yBZ s9WksVW+CU1qBXk+brKUrIVL8tffne6SNbXu+V9RsDsIOz5Pa9daJfYlpS0O4VsxOKls KqwEPztg9Hq9IMQEfxQs5ZwASbPclsbl2FHzcj+NaQJuA+EVskopTYsYFpLFqV8feMj4 fCCFf0sxcui9rhJEtJKYQcME/mj9STD8DMA55/LxroCIfT+dvgrkAyVvY8hfrLmz7Odj jjkQ== MIME-Version: 1.0 X-Received: by 10.50.77.83 with SMTP id q19mr11772254igw.21.1383036009205; Tue, 29 Oct 2013 01:40:09 -0700 (PDT) Received: by 10.50.73.42 with HTTP; Tue, 29 Oct 2013 01:40:09 -0700 (PDT) In-Reply-To: References: Date: Tue, 29 Oct 2013 09:40:09 +0100 Message-ID: To: Julien Pauli Cc: Sherif Ramadan , David Soria Parra , PHP Internals Content-Type: multipart/alternative; boundary=047d7bdca5040a5b0804e9dd2a0f Subject: Re: [PHP-DEV] Re: PHP 5.6 Process From: tyra3l@gmail.com (Ferenc Kovacs) --047d7bdca5040a5b0804e9dd2a0f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 curren= t > > > > 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 fr= om > > > 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. > > When the branch is created, the wiki then would have to be updated to sho= w > 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=3Decbe4af0de94c629fa5b= a8ab169654e00c958bad http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D361e984e462de5422bba= 5470d3961e67de327396 http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D95017c0522a9a1b9527d= 7cc1d866fbc3b89df7ac 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=3D423c70fb4d79b7831b1d= b41ea217c8e1afd5cf8e http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D449d4c0b1c6ea0f5dfe7= b56c99d9fc4f2033d27c http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D4a3936ef4abdeb72c7d3= 23fe4b6a65e1ae0ef181 http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D8d087dc0d7c88e265396= 46875dc0f7bb5042187b 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. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --047d7bdca5040a5b0804e9dd2a0f--