Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36540 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64450 invoked from network); 26 Mar 2008 16:39:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 16:39:36 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:39325] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/F7-47041-64C7AE74 for ; Wed, 26 Mar 2008 11:39:35 -0500 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 26 Mar 2008 18:40:01 +0200 Received: from [192.168.16.84] ([192.168.16.84]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 26 Mar 2008 09:39:58 -0700 Message-ID: <47EA7C40.3050407@zend.com> Date: Wed, 26 Mar 2008 09:39:28 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Felipe Pena CC: internals@lists.php.net References: <1206536686.5423.13.camel@felipe> In-Reply-To: <1206536686.5423.13.camel@felipe> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Mar 2008 16:39:58.0779 (UTC) FILETIME=[07A2A0B0:01C88F60] Subject: Re: [PHP-DEV] Backporting to 5_3 From: stas@zend.com (Stanislav Malyshev) Hi! > - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) Does this change any semantics, etc? Any reason why it wasn't merged in the first place? > - Added "jump label" operator (limited "goto"). (Dmitry, Sara) No strong opinion here, I didn't need it anyway :) > - Removed support for "continue" and "break" operators with non-constant > operands. (Dmitry) I'd wait for 6 with this. May break some scripts. > - Removed undocumented and incomplete support for strings in list() > operator. (Dmitry) Not sure here. What code does it break? > - Changed "instanceof" and "catch" operators, is_a() and > is_subclass_of() functions to not call __autoload(). (Dmitry) This definitely should be - there's absolutely no reason any kind on instanceof-like operator would call autoload. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com