Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21421 invoked from network); 27 Feb 2013 21:43:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2013 21:43:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=adamjonr@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adamjonr@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.181 as permitted sender) X-PHP-List-Original-Sender: adamjonr@gmail.com X-Host-Fingerprint: 209.85.128.181 mail-ve0-f181.google.com Received: from [209.85.128.181] ([209.85.128.181:36371] helo=mail-ve0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/51-25983-3FD7E215 for ; Wed, 27 Feb 2013 16:43:16 -0500 Received: by mail-ve0-f181.google.com with SMTP id d10so1109376vea.40 for ; Wed, 27 Feb 2013 13:43:13 -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=FYdo82A30KczTQJeqQ27irmAMkwwohfO1oJz+ocP48o=; b=N6Cd819f2bJzDw6ZbDTwclYpUtyzFb12/Hh/eva3rRhttlmEtfuUNKfAUembDGFnjt ezoQQiB00eBLHDDG7wErvuYJvZlb+uAWTT997ZiYo1BCr1I02Qei3axBAnObK7fcj3pB NQdqx6y4+8T6U2xdmMgiolbRLAZNNYs7Du1U1h/kgazd7DVBlpPrvEbEYamHiGXIoB9v wxCSuTJZUVoDanyDe3LlcOSxmb0ETjeZ+4QE2KuqTtewwcaZ+ZnW0ff3ceYOTrDmtZXI PhC+b/iKkVRDBzfBOm/poPdSUBd5KqzvVFzx4beZ1Xk8Tms+hF7/o27xWxFYURVADxll Fa+w== MIME-Version: 1.0 X-Received: by 10.52.16.230 with SMTP id j6mr1350675vdd.127.1362001393187; Wed, 27 Feb 2013 13:43:13 -0800 (PST) Received: by 10.220.213.15 with HTTP; Wed, 27 Feb 2013 13:43:13 -0800 (PST) In-Reply-To: References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <512E7870.7010208@lerdorf.com> Date: Wed, 27 Feb 2013 16:43:13 -0500 Message-ID: To: Nikita Popov Cc: Rasmus Lerdorf , Ferenc Kovacs , Zeev Suraski , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: adamjonr@gmail.com (Adam Jon Richardson) 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. Adam