Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17916 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2802 invoked by uid 1010); 12 Aug 2005 19:22:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2787 invoked from network); 12 Aug 2005 19:22:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2005 19:22:29 -0000 X-Host-Fingerprint: 64.233.184.204 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.204:45298] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 53/80-33075-4F6FCF24 for ; Fri, 12 Aug 2005 15:22:28 -0400 Received: by wproxy.gmail.com with SMTP id i22so640723wra for ; Fri, 12 Aug 2005 12:22:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t24AqY1ZFOF/CsIMHmJV5vkCkHOnVKJGpVjmPPgH2hJOFjWA156jR7uwvwEj5f6L34VtqjS/vXHnbs8xCeSmIS1zcbvZP3hmnz9vFpYhJS92zihQlvt8HbgtoIG/thAlD35JClWqreQfVeMj8/xQ60R0HZm0J0TFnQJGHqR2Rzg= Received: by 10.54.26.68 with SMTP id 68mr1775729wrz; Fri, 12 Aug 2005 12:22:25 -0700 (PDT) Received: by 10.54.107.8 with HTTP; Fri, 12 Aug 2005 12:22:25 -0700 (PDT) Message-ID: <57792e8505081212221a45850@mail.gmail.com> Date: Fri, 12 Aug 2005 12:22:25 -0700 To: Rasmus Lerdorf Cc: internals In-Reply-To: <42FCE0E4.604@lerdorf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42FCE0E4.604@lerdorf.com> Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: iamstever@gmail.com (steve roussey) > 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. :) -steve--