Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61095 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12717 invoked from network); 3 Jul 2012 16:54:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2012 16:54:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.161.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.161.170 mail-gg0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:44340] helo=mail-gg0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/23-30242-CD323FF4 for ; Tue, 03 Jul 2012 12:54:53 -0400 Received: by ggnf2 with SMTP id f2so6339416ggn.29 for ; Tue, 03 Jul 2012 09:54:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=QKwlzarLOxbyNnOQ8sljvB9oKzTz+Y8N1AjwYzl4sYQ=; b=OoN4Sd2LdUGlTOdfeMUsuFVPxojSKJ1wmvWDtsD3ol4aKEznAyOcs2JzJzN6uQmhc1 urhE5nO0mmS3IUz8QWc33fN/HsVUCdsUWkyLziVpPBLWSa8ctwfbM8EK22ZdJxRvnbSq Y0YeKUtRvgINqY+opB113op0xJ1g3ApVJwRBZImsKoi0rmN5xDQKanE8mzny0ldzOvM3 EHvNXmbjekehGrsUVWn1q6Pj0zf7PZYf31SjgY+02BncskD6O9KWacPdUyHNEggupsAu KqeBKX+QL/yJRI3oNrnJ43nslc3SpHqPczL9rdKe+dYJyuynyQX7+UjfjMyXUTwf8xBz lRtg== Received: by 10.236.9.102 with SMTP id 66mr3318452yhs.55.1341334489872; Tue, 03 Jul 2012 09:54:49 -0700 (PDT) Received: from [172.16.26.30] ([38.106.64.245]) by mx.google.com with ESMTPS id z9sm32700462yhl.6.2012.07.03.09.54.47 (version=SSLv3 cipher=OTHER); Tue, 03 Jul 2012 09:54:48 -0700 (PDT) Message-ID: <4FF323D5.6060002@lerdorf.com> Date: Tue, 03 Jul 2012 09:54:45 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Arvids Godjuks CC: Pierre Joye , PHP Internals , Tom Boutell References: <4FF2FFBF.8050301@lerdorf.com> In-Reply-To: X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnxZFbwMO3iYAg0xvNgG52JzZkWfXmE+9NrCOWNiccvn/qT2wy/AOqBz7raa0feVATrtb6I Subject: Re: [PHP-DEV] Is the fix for #61238 in PHP 5.4.4 & pecl yet? From: rasmus@lerdorf.com (Rasmus Lerdorf) On 07/03/2012 09:49 AM, Arvids Godjuks wrote: > One one side it's good to know i'm not wrong, on the other hand it's sad > in this case. > Sure about one thing - xcache is worth looking at and may be a better > choise than APC and has better potential. > One thing sure - I haven't heard anyone complaining about xcache. And > heard many complains about APC. Well, that is simply not true. We get a lot of, "I tried xcache, but it didn't work, so now I am trying APC" type of messages and bug reports in the APC world. -Rasmus