Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65402 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87302 invoked from network); 29 Jan 2013 14:41:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 14:41:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.181 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.217.181 mail-lb0-f181.google.com Received: from [209.85.217.181] ([209.85.217.181:58866] helo=mail-lb0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/80-10721-D9FD7015 for ; Tue, 29 Jan 2013 09:41:33 -0500 Received: by mail-lb0-f181.google.com with SMTP id gm6so806125lbb.40 for ; Tue, 29 Jan 2013 06:41:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=L6dQjFPMoGKIvnvzGO1833KqQPFGU20ZoH0WYcKCH7g=; b=C8l49oAMHU9oQ/9ZTBn74Z3V9EIDNWUTboRJcAnpcksr5TvFJjGhm96G9kU18kZAzV FF7ZDjNPnlvy6H7Mm+VtYcungpSSNrlCdmt98jY8kDMmWMyroEva94mIqJIrcxQ1+jU1 q3SaJHak7dlKNV/fy3sKJciVFA63Xww1qrTMUfyGHurnn6A791beUEwhxq7uhZUhrK0l wi/Y9owG2NEW3G3TayHV0D3T8wFQDaMQv29IPml4P8r7/qLbhRNCIx3/KpXn2IDUM7uL QyDz73NpI4gp5cokcaVvtRiaJBiz55bNKL6CZg81XxnClx58hL3wVjmBdOIEZIWDKk1R uhKQ== MIME-Version: 1.0 X-Received: by 10.152.133.52 with SMTP id oz20mr1363296lab.30.1359470490195; Tue, 29 Jan 2013 06:41:30 -0800 (PST) Received: by 10.112.138.131 with HTTP; Tue, 29 Jan 2013 06:41:30 -0800 (PST) In-Reply-To: <5107DB01.6050900@lerdorf.com> References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> <252ADB1A-2660-4A45-B859-B92DA2C8B8D8@gmail.com> <5107CEEB.9080003@zerocue.com> <5107D429.60001@lerdorf.com> <5107DB01.6050900@lerdorf.com> Date: Tue, 29 Jan 2013 15:41:30 +0100 Message-ID: To: Rasmus Lerdorf Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=f46d0435c24ca6973a04d46e6331 Subject: Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: nikita.ppv@gmail.com (Nikita Popov) --f46d0435c24ca6973a04d46e6331 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jan 29, 2013 at 3:21 PM, Rasmus Lerdorf wrote: > On 01/29/2013 06:13 AM, Nikita Popov wrote: > > > I'm not sure I fully understand this. The RFC claims that Optimizer+ is > > already *now* fully compatible with PHP 5.5. And that it was also > > compatible when PHP 5.4 was released. So they lack of a working and free > > opcode cache clearly wasn't the issue. My guess is rather that the lack > > of APC support (as in specifically APC and not just some opcode cache) > > was an issue. Either because people didn't know about alternatives (APC > > after all is the go-to opcode cache), didn't want to try them or had > > software tightly integrated with APC (and in particular its user cache). > > Closed source isn't an option for many sites. > So then this is a solved issue, right? Zend will open source Optimizer+ (very cool!). Everyone gets a working opcode cache (win), the release is not delayed (win). For 5.6 it can be included into the distribution (a bit more win). Nikita :) --f46d0435c24ca6973a04d46e6331--