Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66343 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54324 invoked from network); 28 Feb 2013 18:56:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2013 18:56:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 209.85.223.171 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.223.171 mail-ie0-f171.google.com Received: from [209.85.223.171] ([209.85.223.171:60181] helo=mail-ie0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/65-25879-168AF215 for ; Thu, 28 Feb 2013 13:56:34 -0500 Received: by mail-ie0-f171.google.com with SMTP id 10so2526430ied.2 for ; Thu, 28 Feb 2013 10:56:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=jrT9pRErQ4BkE85QVrB708uugcWq727dbykCdh9R+nE=; b=oBZLR+HQc/RSexraJzRTwQQ+BNiOIL2t1an9eRiFI/lmMwguub7VTptPzaK6XKChqa 9F2q9VeVLC73BfBf6Xwlm2xgZsaQtOR1Vn3APvw6N4JSIANamAx+GAq+aKRdLAOmmikb ZfrJBQxZ6xTsx0fDSctHMkKP4k6Rq72JmRt0aNUTLweLwCkvBNDr8Ya0nYK7QJKpFAjm xbhzER0+q7eh7QrY8bBNdNAoRkg7V7wjLR5E0T6zJ6vpGD+fGXYGH6T+ceylj+ziJdhL m8ttybeaoAdKx7FzixBiiEPlEusdl68zmn7ginljqeBPexipFtxzpnBWCZPbiPSxZiWq ksjw== MIME-Version: 1.0 X-Received: by 10.50.203.3 with SMTP id km3mr4677205igc.64.1362077790778; Thu, 28 Feb 2013 10:56:30 -0800 (PST) Received: by 10.64.14.116 with HTTP; Thu, 28 Feb 2013 10:56:30 -0800 (PST) In-Reply-To: References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <512E7870.7010208@lerdorf.com> <0b8c20490dae9ecb9f9cd4a77cf47796@mail.gmail.com> Date: Thu, 28 Feb 2013 13:56:30 -0500 Message-ID: To: Anthony Ferrara Cc: Zeev Suraski , Pierre Joye , Ferenc Kovacs , Rasmus Lerdorf , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlIOxiBrkS0EUDmys2Rg9uNSYnBHzY7cd9WB861SDRE8aHPovBKz0KfZjayRnzDXSiEDV1B Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: ilia@prohost.org (Ilia Alshanetsky) > To be fair, the 5.5 situation without pulling in ZO+ is NOT the same as 5.4 > was. Today, right now, there exists at least one stable open source opcode > cache. 5.4 had none for many months after release. So I'm not sure if the > same pressures exist. If you are referring to APC as the stable cache, that unfortunately is not entirely correct, it is still relatively easy to crash APC unless some work-arounds are applied. I was speaking to a several people at the conference just yesterday and they were indicating frequent crashes with APC, the work-arounds appear to have solved their issues, but those are not exactly obvious. > The discussion now is if we delay 5.5 to spend the time pulling it in core. > But either way (in core or not), ZO+ is open and working on 5.5 alpha. So we > could skip the core import, and just ship it today as gold, and it would be > adoptable straight away (unlike how 5.4 was). Well the question around the delay, is what is the negative consequence of the delay, versus the advantage of having a built-in opcode cache shipped as part of 5.5 which is likely to give many people an impetuous to upgrade from their current 5.2/5.3 install.