Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36683 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86930 invoked from network); 30 Mar 2008 09:16:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2008 09:16:02 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 85.10.196.195 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 85.10.196.195 serveforce1.backendmedia.com Linux 2.6 Received: from [85.10.196.195] ([85.10.196.195:36848] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/D0-14120-05A5FE74 for ; Sun, 30 Mar 2008 04:16:00 -0500 Received: from [192.168.0.151] (77-57-23-243.dclient.hispeed.ch [77.57.23.243]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by serveforce1.backendmedia.com (Postfix) with ESMTP id 586C41224A87; Sun, 30 Mar 2008 11:15:50 +0200 (CEST) Cc: internals@lists.php.net Message-ID: <979C21FE-CA6C-411C-8875-644A9414669D@pooteeweet.org> To: Felipe Pena In-Reply-To: <1206536686.5423.13.camel@felipe> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 30 Mar 2008 11:15:45 +0200 References: <1206536686.5423.13.camel@felipe> X-Mailer: Apple Mail (2.919.2) X-backendmedia-com-MailScanner-Information: Please contact the ISP for more information X-backendmedia-com-MailScanner: Found to be clean X-backendmedia-com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.135, required 6, AWL 0.04, RDNS_DYNAMIC 0.10) X-backendmedia-com-MailScanner-From: mls@pooteeweet.org X-Spam-Status: No Subject: Re: [PHP-DEV] Backporting to 5_3 From: mls@pooteeweet.org (Lukas Kahwe Smith) On 26.03.2008, at 14:04, Felipe Pena wrote: So what is the conclusion here? > - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) backport (based on the arguments from Pierre) > - Added "jump label" operator (limited "goto"). (Dmitry, Sara) backport > > - Removed support for "continue" and "break" operators with non- > constant > operands. (Dmitry) dont backport > - Removed undocumented and incomplete support for strings in list() > operator. (Dmitry) dont backport > - Changed "instanceof" and "catch" operators, is_a() and > is_subclass_of() functions to not call __autoload(). (Dmitry) backport (or actually this was changed in 5.1 already) regards, Lukas