Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36059 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96010 invoked from network); 8 Mar 2008 09:11:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Mar 2008 09:11:35 -0000 Authentication-Results: pb1.pair.com header.from=xuefer@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=xuefer@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.188 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: xuefer@gmail.com X-Host-Fingerprint: 209.85.198.188 rv-out-0910.google.com Received: from [209.85.198.188] ([209.85.198.188:25454] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/22-18442-54852D74 for ; Sat, 08 Mar 2008 04:11:35 -0500 Received: by rv-out-0910.google.com with SMTP id k15so611206rvb.23 for ; Sat, 08 Mar 2008 01:11:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=D8RRCnkPwNWF9C4BGlBKMcAa2+1FgKEx+8jmJ8Xxs58=; b=Sez+iacG2LCvm3/GClSLITfs8slfJzvq6eLqY4XK0MLLP0lNgvbSEx8ui8yRe4YcZdhDCotKF/+aVCmDFo5emE0lCg4KiYiAWZPRNsGDrBfQ0JIZbpPrMAh9KS/gh2Vw7tfv89JhSfuxl5vUbVjpPNkapvKwWaMQKA6qBgygQHc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Zj+Mi/i4+NNPFuU4er7gd6CBtjATPvYhYnSqb2BBLM0Rv3pmAW10dCbctkeeXR8xyzKSKGM/zusGn3Uiq4m6bsAfI/Y2fV5YlCC/MLVHh/Hv9qQ5l4eP6iwxbdEOpnM1S174D3GeqszZiGqskE7q/P+eARjUcLN1W5fx6RVRp8c= Received: by 10.141.29.18 with SMTP id g18mr1583463rvj.162.1204967490664; Sat, 08 Mar 2008 01:11:30 -0800 (PST) Received: by 10.115.33.6 with HTTP; Sat, 8 Mar 2008 01:11:30 -0800 (PST) Message-ID: <28139bc0803080111y420b77dfm1e746a0ea4f45cbd@mail.gmail.com> Date: Sat, 8 Mar 2008 17:11:30 +0800 Sender: xuefer@gmail.com To: "Dmitry Stogov" Cc: "Derick Rethans" , "internals Mailing List" , "Andi Gutmans" , "Stas Malyshev" In-Reply-To: <06B0D32C7A96544490D18AF653D6BDE50261887F@il-ex1.zend.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <06B0D32C7A96544490D18AF653D6BDE50261887F@il-ex1.zend.net> X-Google-Sender-Auth: e12867535b6e892d Subject: Re: [PHP-DEV] Patch for opcode caches From: phpxcache@gmail.com (phpxcache) checked and it works, all test cases that pass without XCache now pass with XCache too. i'll commit after your commit in ZendEngine thanks