Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29478 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6372 invoked by uid 1010); 16 May 2007 17:23:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6357 invoked from network); 16 May 2007 17:23:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2007 17:23:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:26333] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/D0-00819-60E3B464 for ; Wed, 16 May 2007 13:23:20 -0400 Received: from [127.0.0.1] ([192.168.16.109]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 16 May 2007 10:23:15 -0700 Message-ID: <464B3E02.1020102@zend.com> Date: Wed, 16 May 2007 10:23:14 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Matt Wilmas CC: internals@lists.php.net, Dmitry Stogov , 'Andi Gutmans' References: <00d201c77d07$dc0819f0$0201a8c0@pc1> <00c301c797aa$daf14d30$0201a8c0@pc1> In-Reply-To: <00c301c797aa$daf14d30$0201a8c0@pc1> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 May 2007 17:23:15.0652 (UTC) FILETIME=[E35EC040:01C797DE] Subject: Re: [PHP-DEV] [PATCH] Major optimization for heredocs/interpolated strings From: stas@zend.com (Stanislav Malyshev) > The updated 5.2 patch is at the same address, > http://realplain.com/php/scanner_optimizations_5_2.diff, and the original > was moved to http://realplain.com/php/scanner_optimizations_5_2-v1.diff I've noticed a slight difference between how PHP worked without and with this patch. Previously, if you had this code: echo "$arr[123]"; then the opcode generated would have "123" as string. Now it has it as number. Not sure if it's important, just to be aware of it. -- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/