Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95592 invoked from network); 3 Jul 2012 15:12:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2012 15:12:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:32947] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/79-42839-EEB03FF4 for ; Tue, 03 Jul 2012 11:12:46 -0400 Received: by yhfq11 with SMTP id q11so7463878yhf.29 for ; Tue, 03 Jul 2012 08:12:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ElEFM+M5ai0OSBA/C//s/HFVCFGUmaUrXe1DmLxaVOA=; b=fdJaJjDKsGtZik4Q+1cm1uky5/xs8UGe6WLnXaqxewoBZ6Phc2cnO45umbyAaoRwoX 86+4Tmo9PuRar53sKB5xsdsNJz1AVFlaRmRLSSQzLgsGrAYUGFuglx75pnI2XSxD+aLx 1FelslTQuLwfxQsZeVa0XD5DAQ2/XZFRHF7nBJkdChRTGf+8PosX7ECNNWLEVMzrygIa IPBOSv2TA3dJqK2kkXr0qKmapDQ3E3xLr4lCOAl1Ep+/B8YBRAi+CURb1Is1Hq7VYhbw zd6QF/DjC+K4rWu031GOpS/QCxwJwJ9P348W4zxR+mJsVfv11JxqfFyU6Erx/i2O8NAG kjEg== Received: by 10.50.11.225 with SMTP id t1mr8665834igb.64.1341328363465; Tue, 03 Jul 2012 08:12:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.164.134 with HTTP; Tue, 3 Jul 2012 08:12:23 -0700 (PDT) In-Reply-To: References: <4FF2FFBF.8050301@lerdorf.com> Date: Tue, 3 Jul 2012 18:12:23 +0300 Message-ID: To: Tom Boutell Cc: Rasmus Lerdorf , PHP Internals Content-Type: multipart/alternative; boundary=e89a8f646c17a1ad2c04c3ee58df Subject: Re: [PHP-DEV] Is the fix for #61238 in PHP 5.4.4 & pecl yet? From: arvids.godjuks@gmail.com (Arvids Godjuks) --e89a8f646c17a1ad2c04c3ee58df Content-Type: text/plain; charset=UTF-8 There are alternative opcode cachers besides APC. For example xcache, for me, just works when APC is still catching up. I remember someone writing about APC that it is overly compex internally and due to that hard to keep up with the changes in the PHP, maybe that is not the case now. But looking at the xcache and using it in production for 5-6 years I see that something is true in the previous statement, because when new version is out - xcache is always up to date, witch can't be said about the APC. Just say'n. 2012/7/3 Tom Boutell > Given the impracticality of using PHP without APC, it would be nice if > it were part of the main "if these fail, it's not ready" test suite. > But I suppose that's just administering beatings until morale improves > (: --e89a8f646c17a1ad2c04c3ee58df--