Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36134 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84675 invoked from network); 14 Mar 2008 08:46:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2008 08:46:31 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@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: dmitry@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:38051] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/E3-05996-56B3AD74 for ; Fri, 14 Mar 2008 03:46:30 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Fri, 14 Mar 2008 10:46:41 +0200 Message-ID: <06B0D32C7A96544490D18AF653D6BDE5026BA333@il-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] Patch for opcode caches Thread-Index: AciFN/VTSUBMq8FyS2ewudG2JXmMcQAdxCow To: "Marcus Boerger" Cc: "Andi Gutmans" , "Stas Malyshev" , "phpxcache" , Subject: RE: [PHP-DEV] Patch for opcode caches From: dmitry@zend.com ("Dmitry Stogov") Hi Marcus, > -----Original Message----- > From: Marcus Boerger [mailto:helly@php.net]=20 > Sent: Thursday, March 13, 2008 9:27 PM > To: Dmitry Stogov > Cc: Andi Gutmans; Stas Malyshev; phpxcache; internals@lists.php.net > Subject: Re: [PHP-DEV] Patch for opcode caches >=20 >=20 > Hello Dmitry, >=20 > Monday, March 10, 2008, 1:48:05 PM, you wrote: >=20 > > Hi Marcus, >=20 > >> > -----Original Message----- > >> > From: Marcus Boerger [mailto:helly@php.net] > >> > Sent: Sunday, March 09, 2008 3:00 PM > >> > To: Dmitry Stogov > >> > Cc: Derick Rethans; internals Mailing List; Andi Gutmans; Stas > >> > Malyshev; phpxcache > >> > Subject: Re: [PHP-DEV] Patch for opcode caches > >> >=20 > >> > Hello Dmitry, > >> >=20 > >> > please don't apply. The patch looks rather rough and=20 > untested (see > >> > below). >=20 > > It was tested at least with Zend products and xcache. >=20 > Good, I am just worried that we introduce different behavior.=20 > We should just have one execution mode. Your change is better=20 > now having a more detailed view on what it does. But I think=20 > we should not have the old model as well. Removing early-binding at all might be a subject for PHP6, however in PHP_5_3 we even keep ze1_compatibility_mode. I'm not able to remove it. [skiped] > > 5) I'll recheck the -e option. Probably I missied something there. >=20 > I did not see -e in the list of allowed flags. So it cannot work. Then I don't understand you last comments about the patch. Thanks. Dmitry.