Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17972 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80729 invoked by uid 1010); 13 Aug 2005 15:00:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80706 invoked from network); 13 Aug 2005 15:00:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2005 15:00:58 -0000 X-Host-Fingerprint: 66.80.117.3 longsword.omniti.com Linux 2.5 (sometimes 2.4) (4) Received: from ([66.80.117.3:35979] helo=mail.omniti.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 15/17-33075-9760EF24 for ; Sat, 13 Aug 2005 10:40:58 -0400 Authentication-Results: mail.omniti.com smtp.user=george; auth=pass (LOGIN) DomainKey-Status: good X-DomainKeys: Ecelerity dk_sign implementing draft-delany-domainkeys-base-01 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=test; d=omniti.com; h=Received:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Cc:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=PxYWirxejVtSklfkeQUc5URO+lTNWAmFIaFytJ1deXWkRB3bV/M85FjuUFUAPSIR muAaej8fmvLwjg9nkSqQRwuryL69WeC+7hN6K0K2raLJrl+wcfKJVHKbu5WnBHxN Received: from ([66.80.117.2:64525] helo=[192.168.219.134]) by mail.omniti.com (ecelerity 2.0 r(6416M)) with SMTP id 5A/20-09655-1760EF24 for ; Sat, 13 Aug 2005 10:40:54 -0400 In-Reply-To: References: <42FCE0E4.604@lerdorf.com> <57792e8505081212221a45850@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <27C3B380-FB4A-4CB4-BEC1-749A033E30CC@omniti.com> Cc: George Schlossnagle , steve roussey , Rasmus Lerdorf , internals Content-Transfer-Encoding: 7bit Date: Sat, 13 Aug 2005 10:40:45 -0400 To: Derick Rethans X-Mailer: Apple Mail (2.733) Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: george@omniti.com (George Schlossnagle) On Aug 13, 2005, at 8:19 AM, Derick Rethans wrote: > On Fri, 12 Aug 2005, steve roussey wrote: > > >>> 4. Include an opcode cache by default. A lot of work has gone into >>> pecl/apc recently, but I am not hung up on which one goes in. >>> >> >> I have no karma to +1, but would if I could. It would be wonderful if >> something like xdebug could profile with op code cache on as well, >> should it be possible. :) >> > > Technically it's possible I guess. Just no time to do it :) I had this working with apc and apd. If any opcode cache goes into the core, I'll happily work out interoperation with all the profilers. George