Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49388 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27634 invoked from network); 11 Aug 2010 22:00:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2010 22:00:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 unknown Solaris 10 (beta) Received: from [217.114.211.66] ([217.114.211.66:34516] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/B8-18548-F7D136C4 for ; Wed, 11 Aug 2010 18:00:32 -0400 Received: from [192.168.1.31] (ppp-82-135-2-213.dynamic.mnet-online.de [82.135.2.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 84ADF24FE7; Thu, 12 Aug 2010 00:00:28 +0200 (CEST) To: Pierre Joye Cc: Stas Malyshev , PHP Internals In-Reply-To: References: <4C62EC4A.9020106@sugarcrm.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 12 Aug 2010 00:00:27 +0200 Message-ID: <1281564027.1253.10.camel@guybrush> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] back to 5.4 alpha From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2010-08-11 at 23:34 +0200, Pierre Joye wrote: > - What are the top new things we like to have in I would say * Traits * Aray dereferencing * $this support inclosures As language changes, in combination with performance improvements make a good package. This combined with removal of register_globals and safe mode make it a really big release already. johannes