Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66342 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53811 invoked from network); 28 Feb 2013 18:56:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2013 18:56:15 -0000 Authentication-Results: pb1.pair.com header.from=xwisdom@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=xwisdom@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.41 as permitted sender) X-PHP-List-Original-Sender: xwisdom@gmail.com X-Host-Fingerprint: 209.85.214.41 mail-bk0-f41.google.com Received: from [209.85.214.41] ([209.85.214.41:53842] helo=mail-bk0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/55-25879-E48AF215 for ; Thu, 28 Feb 2013 13:56:15 -0500 Received: by mail-bk0-f41.google.com with SMTP id q16so993821bkw.28 for ; Thu, 28 Feb 2013 10:56: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=GgVMKcEi3hidwHK+g9IbZiFbL81H3mmk5Ou24CQGPCQ=; b=r33u/ZgfM20o74f7iZfGPbwm/8tN2FAKYhvQEtao+VQMPx+xTjxKxO0dCMLsxSmTjq xNbtg9lcq+pQ5SIE60WQ2Zpvb1qaQjRmmpYQz8YcCSgcaOK6aCli4LovNzq49u3mBnGa ARc/CFiEdcJJPRx5C2j/eciVdGcRmuxa7hEYj+HqRGgzT17uE/3ddLhPvR13EnkdG7hw Kfbd4K0I5gXbUZRT+ZXuy/uMn6L/LYtQOOxCmnGC5gzrMYRQ9qAnHzBI0MtM/GB89E2Z 17SKmB9v7/OpIbHBp0woXiR0rH6ehoLDJ7MSiA5c5i/IznruGZqO6Oaj8wdcsq/DqJEV 9NAQ== MIME-Version: 1.0 X-Received: by 10.205.134.3 with SMTP id ia3mr2878447bkc.92.1362077771719; Thu, 28 Feb 2013 10:56:11 -0800 (PST) Received: by 10.204.41.135 with HTTP; Thu, 28 Feb 2013 10:56:11 -0800 (PST) In-Reply-To: References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <3206872690693024300@unknownmsgid> Date: Thu, 28 Feb 2013 13:56:11 -0500 Message-ID: To: Nikita Popov Cc: Zeev Suraski , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=000e0cdfd682bda15a04d6cd71ad Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: xwisdom@gmail.com (Raymond Irving) --000e0cdfd682bda15a04d6cd71ad Content-Type: text/plain; charset=ISO-8859-1 I'm very sure users will not complain if 5.5 is delayed for a few months. Most websites will not be installing 5.5 immediately after it has been released. My take on this is that we integrate O+ in to core, iron out all the issues and then release a stable 5.5. If O+ will improve the performance of PHP then I'm sure users will love it. __ Raymond On Thu, Feb 28, 2013 at 1:37 PM, Nikita Popov wrote: > On Thu, Feb 28, 2013 at 6:35 PM, Zeev Suraski wrote: > > > No syntax changes, so regular majority as far as I can tell. > > > > Sent from my mobile > > > > It's not a syntax change, but it is a very, very large engine change. Yes, > it does not touch the Zend engine itself, but it adds a large amount of new > code that is close to the engine. People doing engine changes will need to > modify it too (thus it is quasi part of the engine, even if it lives in a > separate directory). All existing core devs will have to study and > understand the code. All new developers have an additional piece of very > complex code to study before they can start making core changes. > > So no, this is not a syntax change, but it is a engine change with a by > *far* larger impact than any of the other things that have been introduced > in PHP 5.5 (like generators or finally). > > That's why I asked about the type of vote. I'm never quite sure which kind > of vote something requires (maybe we could clarify that paragraph in the > voting RFC a bit?) > > Thanks, Nikita > --000e0cdfd682bda15a04d6cd71ad--