Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66306 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22892 invoked from network); 27 Feb 2013 21:45:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2013 21:45:13 -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.219.53 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.53 mail-oa0-f53.google.com Received: from [209.85.219.53] ([209.85.219.53:61155] helo=mail-oa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/A1-25983-96E7E215 for ; Wed, 27 Feb 2013 16:45:13 -0500 Received: by mail-oa0-f53.google.com with SMTP id m1so2245350oag.40 for ; Wed, 27 Feb 2013 13:45:11 -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=gx+XtRz9GLx+fYEoQ8jLpugnvCwxtg5N7FiNDPvUf08=; b=Q2p2HGGYw4ueAT5MlBOPKmstX9osyv7Mk5XLdgsySsJ4N7w1dg/Fgp5hwUZqeirNpL /gUkQ76zct86zB/zv9EGJfOaXmcxEL1OhEBwj6VZKAF75rhxQ6Sm79dYTZYIx9F1Jy8Z YQO0+eXmNIEwqBhVaaoz6+CVYoxGDO1aUADBew6xlCWq4LFYAz9He2D6Kv2339ZFWY3V umcxUK6tvrHL10dJC3LFOT3y/ePVKcbejOJRipqDzrKb990L6dBzOpwIMnSGtmcuM6WR i4uwDMnB1Df5xTCnyqO6NYwSrxZE1XyWNHD2aTj/nZAlgHadPTl7E6QSRZoV9PWRBw2Y /CZA== MIME-Version: 1.0 X-Received: by 10.60.7.3 with SMTP id f3mr3775031oea.64.1362001511024; Wed, 27 Feb 2013 13:45:11 -0800 (PST) Received: by 10.182.49.136 with HTTP; Wed, 27 Feb 2013 13:45:10 -0800 (PST) In-Reply-To: References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <512E7870.7010208@lerdorf.com> Date: Wed, 27 Feb 2013 22:45:10 +0100 Message-ID: To: Adam Jon Richardson Cc: Rasmus Lerdorf , Ferenc Kovacs , Zeev Suraski , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=e89a8fb201643f8e3704d6bbb08b Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: nikita.ppv@gmail.com (Nikita Popov) --e89a8fb201643f8e3704d6bbb08b Content-Type: text/plain; charset=ISO-8859-1 On Wed, Feb 27, 2013 at 10:43 PM, Adam Jon Richardson wrote: > On Wed, Feb 27, 2013 at 4:40 PM, Adam Jon Richardson > wrote: > > On Wed, Feb 27, 2013 at 4:30 PM, Nikita Popov > wrote: > >> On Wed, Feb 27, 2013 at 10:19 PM, Rasmus Lerdorf > wrote: > >> > >> All these are really great arguments for including O+ ... in PHP 5.6. > O+ is > >> already compatible with PHP 5.5 and as we're just days away from feature > >> freeze this will stay so til the final release ("stay so" as in > requiring > >> only minor adjustments). For 5.6 it can then be merged so that we'll be > >> forced to maintain the opcode cache along the way when doing new engine > >> changes. > >> > >> Nikita > > > > What will people use as an opcode cache for 5.4? > > > > Adam > > Sorry, typo, I meant to say 5.5. > > Not sure I understand the question. O+ is compatible with 5.5, so you can use that if you like. Just install it as an ext. Just like you would have done with APC. Nikita --e89a8fb201643f8e3704d6bbb08b--