Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36148 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76096 invoked from network); 14 Mar 2008 19:11:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2008 19:11:27 -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 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:9590] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/32-09575-EDDCAD74 for ; Fri, 14 Mar 2008 14:11:27 -0500 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 14 Mar 2008 21:11:45 +0200 Received: from [192.168.16.115] ([192.168.16.115]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 14 Mar 2008 12:11:42 -0700 Message-ID: <47DACDD8.6060005@zend.com> Date: Fri, 14 Mar 2008 12:11:20 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Rasmus Lerdorf CC: Marcus Boerger , Dmitry Stogov , Andi Gutmans , internals@lists.php.net References: <06B0D32C7A96544490D18AF653D6BDE5026BA3C7@il-ex1.zend.net> <3210620415.20080314173251@marcus-boerger.de> <47DAAD25.4000507@zend.com> <1539788104.20080314182355@marcus-boerger.de> <47DABFB3.8040705@lerdorf.com> In-Reply-To: <47DABFB3.8040705@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Mar 2008 19:11:42.0308 (UTC) FILETIME=[3CCDEA40:01C88607] Subject: Re: [PHP-DEV] Patch for opcode caches From: stas@zend.com (Stanislav Malyshev) > I don't actually see early binding as being much of a problem, the real > problem is when the same class is both early and late bound. If you > consistently always bind early or always bind late, opcode caches should > be quite happy to let you do that. But if you mix the two, things get That's what we try to do in this patch - to make cache able to change the binding mode. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com