Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36538 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92751 invoked from network); 26 Mar 2008 13:42:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 13:42:08 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.179 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.179 mho-02-bos.mailhop.org Received: from [63.208.196.179] ([63.208.196.179:61822] helo=mho-02-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/29-47041-BA25AE74 for ; Wed, 26 Mar 2008 08:42:04 -0500 Received: from [81.22.163.71] (helo=[10.6.109.198]) by mho-02-bos.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1JeVt9-000HDQ-BD; Wed, 26 Mar 2008 13:42:00 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+impqkrSSVYodAkSpgQ9jfsDC1kuWei8Y= Reply-To: jani.taskinen@iki.fi 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: Wed, 26 Mar 2008 15:41:56 +0200 Message-ID: <1206538916.17534.6.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Backporting to 5_3 From: jani.taskinen@sci.fi (Jani Taskinen) All. --Jani 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) > - Added "jump label" operator (limited "goto"). (Dmitry, Sara) > - Removed support for "continue" and "break" operators with non-constant > operands. (Dmitry) > - Removed undocumented and incomplete support for strings in list() > operator. (Dmitry) > - Changed "instanceof" and "catch" operators, is_a() and > is_subclass_of() functions to not call __autoload(). (Dmitry) > > Let me know, and then i could post the patch for aprovation. > > PS: If is whished be backported a item in NEWS file that i not > mentioned, let know too. :) > > -- > Regards, > Felipe Pena. > > -- Patches/Donations: http://pecl.php.net/~jani/