Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20845 invoked from network); 25 Nov 2010 17:44:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2010 17:44:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 209.85.161.42 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:62316] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AD/77-16484-290AEEC4 for ; Thu, 25 Nov 2010 12:44:51 -0500 Received: by fxm11 with SMTP id 11so983820fxm.29 for ; Thu, 25 Nov 2010 09:44:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.79.68 with SMTP id o4mr1100875fak.0.1290707088016; Thu, 25 Nov 2010 09:44:48 -0800 (PST) Received: by 10.223.126.199 with HTTP; Thu, 25 Nov 2010 09:44:47 -0800 (PST) In-Reply-To: <4CEE9C5F.3040206@lerdorf.com> References: <73.C4.59959.876BBEC4@pb1.pair.com> <3EA67EA2-A9B1-4DFB-8A30-05B37BCA313B@iki.fi> <8757232E56758B42B2EE4F9D2CA019C9154B70@US-EX2.zend.net> <1290705653.7033.73.camel@guybrush> <4CEE9C5F.3040206@lerdorf.com> Date: Thu, 25 Nov 2010 12:44:47 -0500 Message-ID: To: Rasmus Lerdorf Cc: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Andi Gutmans , Jani Taskinen , davey@php.net, PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: Hold off 5.4 From: ilia@prohost.org (Ilia Alshanetsky) > Looking through trunk I think we are in pretty good shape. =A0I don't > think cherry-picking and branch merging is an issue at this point. =A0A > 5.4 with the performance improvements, Traits, minus the type hinting > breakage is something we can get out pretty quickly without causing any > sort of PHP 6 confusion or breaking existing apps. > > -Rasmus I Second that. The 5.4 will be backwards compatible release to the 5.3 code as far as PHP applications are concerned. The only items that would be "broken" are deprecated features we may choose to remove like register_globals,magic_quotes_gpc,etc... Having this release out, to let people realize the performance benefits from core + apc bundling it offers would be supremely helpful to all users of PHP.