Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66303 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18621 invoked from network); 27 Feb 2013 21:41:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2013 21:41:02 -0000 Authentication-Results: pb1.pair.com header.from=adamjonr@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adamjonr@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.173 as permitted sender) X-PHP-List-Original-Sender: adamjonr@gmail.com X-Host-Fingerprint: 209.85.220.173 mail-vc0-f173.google.com Received: from [209.85.220.173] ([209.85.220.173:38621] helo=mail-vc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/A0-25983-E6D7E215 for ; Wed, 27 Feb 2013 16:41:02 -0500 Received: by mail-vc0-f173.google.com with SMTP id fy27so727455vcb.4 for ; Wed, 27 Feb 2013 13:40:59 -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=xRYj+u/FvI9Ub/RDaeRvOIEsIii5PJiJL5YYpAUkgM4=; b=yQ0YVs9uA8ikPT5CUkkwPYanlJuvucu8IPb2zLRET0ybR8zEUniqixIm5tHh6y5X49 9ictJ5h7zW9/5dHKGpg+8nv67xU7wn2Qzuxmk8k/Lnjng097YapxpZ13qc7AxE3FvjL6 O49OV48V/DMZBWJxzzSFz1/uftoaTlOExk8ULMSMO/Uflt2IUBEmMEysgNcYE8ihPXWg QGfCkL7k/OD6LH78YimnRtm5ZmMbJyolY6fMdK9V6A+OTLMZWrQdlqFmwJmgr6czQL6i N2BJLRuDvvZErIaaPcw3qpKGo6RZ5VFiqQIC7Ke1g5nPKLKFh4gcgE8kdrbsjWayq61u FL9Q== MIME-Version: 1.0 X-Received: by 10.220.150.208 with SMTP id z16mr1476628vcv.67.1362001258969; Wed, 27 Feb 2013 13:40:58 -0800 (PST) Received: by 10.220.213.15 with HTTP; Wed, 27 Feb 2013 13:40:58 -0800 (PST) In-Reply-To: References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <512E7870.7010208@lerdorf.com> Date: Wed, 27 Feb 2013 16:40:58 -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: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