Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36589 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19346 invoked from network); 26 Mar 2008 23:34:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 23:34:36 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:46713] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/78-47041-B8DDAE74 for ; Wed, 26 Mar 2008 18:34:36 -0500 Received: (qmail 2430 invoked by uid 507); 26 Mar 2008 23:34:30 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.85.188) by mail4.netbeat.de with ESMTPA; 26 Mar 2008 23:34:30 -0000 To: Felipe Pena Cc: internals@lists.php.net In-Reply-To: <1206536686.5423.13.camel@felipe> References: <1206536686.5423.13.camel@felipe> Content-Type: text/plain Date: Thu, 27 Mar 2008 00:34:32 +0100 Message-ID: <1206574472.11056.29.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 7bit Subject: Re: Backporting to 5_3 From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2008-03-26 at 10:04 -0300, Felipe Pena wrote: > Hello, > > I would like know which itens below needs be backported to 5_3: > > - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) Not sure if this has benefits without the encoding stuff which is planned for PHP 6. > - Added "jump label" operator (limited "goto"). (Dmitry, Sara) No objection, while it adds yet another keyword. > - Removed support for "continue" and "break" operators with non-constant > operands. (Dmitry) -1, also just two use cases were found I don't like to break that with 5.3. > - Removed undocumented and incomplete support for strings in list() > operator. (Dmitry) What exactly does that change? > - Changed "instanceof" and "catch" operators, is_a() and > is_subclass_of() functions to not call __autoload(). (Dmitry) +1, makes sense. > Let me know, and then i could post the patch for aprovation. Please do that. Thanks, johannes