Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36034 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55813 invoked from network); 7 Mar 2008 09:27:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2008 09:27:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=xuefer@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=xuefer@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.162.182 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.162.182 el-out-1112.google.com Received: from [209.85.162.182] ([209.85.162.182:64344] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/D7-16577-F6A01D74 for ; Fri, 07 Mar 2008 04:27:13 -0500 Received: by el-out-1112.google.com with SMTP id z25so517139ele.0 for ; Fri, 07 Mar 2008 01:27:07 -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=BNHGubYQ6uW47PnouQdgJ1RRo83jLw5ADT7IDYv/Lmo=; b=w5EVJr6OQh/ABgmCLjBZ8W3OMxc6KDAzktGpQI9VQuigUL60BDMuWRPR5htOZawtDBm7MIYBKZZ0OklDwvig3Glvv18upXjmC0vRrONAjnW11RB8SEbzeNnIVjzAHwJlauK29OdNgUaxTJj2sbrd/yAiI3ybf35eRuwn0yJpmBs= 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=RLmP9EEAqnHT68Q7sF42WhPmZZ+CjeFukC8kOK/rIYLfbkKMacTLHSayPzfRvC47QeBfEbQYkmbna+mBbHSu4s3GTXVPjhPAyZtqoogSrRvMe5WOMrsSpJwoToZ8c/dLkLu8Z8bXKVZx1vJ5ahts2hpkPBn7IxRKrGKp8dZIK14= Received: by 10.114.150.1 with SMTP id x1mr419582wad.109.1204882026501; Fri, 07 Mar 2008 01:27:06 -0800 (PST) Received: by 10.115.33.6 with HTTP; Fri, 7 Mar 2008 01:27:06 -0800 (PST) Message-ID: <28139bc0803070127g77abb79aw32ff4f19fc90b4bd@mail.gmail.com> Date: Fri, 7 Mar 2008 17:27:06 +0800 Sender: xuefer@gmail.com To: "=?UTF-8?Q?Johannes_Schl=C3=BCter?=" Cc: "PHP Internals List" In-Reply-To: <1204823427.30934.9.camel@goldfinger.johannes.nop> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1204823427.30934.9.camel@goldfinger.johannes.nop> X-Google-Sender-Auth: 96a0986211bf967c Subject: Re: [PHP-DEV] 5.3 Release Planning From: phpxcache@gmail.com (phpxcache) i just hope the issue described in http://www.mail-archive.com/internals@lists.php.net/msg32601.html will be resolved before 5.3 is out. it is the only problem that breaks opcode cacher support as far as i can see by now. e.g.: with this problem fixed, all test cases will pass when XCache is enabled but not without fixed