Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42501 invoked from network); 29 Jan 2013 13:14:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 13:14:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.178 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.223.178 mail-ie0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:36978] helo=mail-ie0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/A6-10721-82BC7015 for ; Tue, 29 Jan 2013 08:14:17 -0500 Received: by mail-ie0-f178.google.com with SMTP id c13so283667ieb.23 for ; Tue, 29 Jan 2013 05:14:14 -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=SAuXLgrDmctoqezQWRZ8V4fkHC+8aNKgMdctwWXWp+c=; b=m/0BCBtORLPpmOg1ny1LeJxlASL7NI9dV9zPcUw8dXI9kYF6ix9zhpqiQgDsaouSaW wBjcwAGdcKZTH1OPVAKe2e/BNUuubjHNBMH/LdfBnOY3rzXrv/aP6gSLrzZosU4FhNLs 1MD9HbX7wDDFLPZzsBgKKp01XnqdYgY1FkS3voY8vZcWm7IaMjtU3FirLk1AluEupJBv z8HSwCU57NJiwBtg1YDMhiGTLRGq8/o7hoAuwi3Ruq5OuQq83V6G8QbsX2N0fLF1Lt0M OWS9dc2JdGEiqj2zBhlLOaLZt13mhGAstZkGE1VM8L0GxilNUYo5buXRL0zDrlsiMQL1 RFEw== MIME-Version: 1.0 X-Received: by 10.50.219.129 with SMTP id po1mr863735igc.35.1359465254085; Tue, 29 Jan 2013 05:14:14 -0800 (PST) Received: by 10.64.70.2 with HTTP; Tue, 29 Jan 2013 05:14:13 -0800 (PST) In-Reply-To: References: <5d21b42656d49b4a71d9f808541bd745@mail.gmail.com> <252ADB1A-2660-4A45-B859-B92DA2C8B8D8@gmail.com> Date: Tue, 29 Jan 2013 13:14:13 +0000 Message-ID: To: Anthony Ferrara Cc: Tyler Sommer , Zeev Suraski , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=14dae93410cb8de34b04d46d2b3b Subject: Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution From: leight@gmail.com (Leigh) --14dae93410cb8de34b04d46d2b3b Content-Type: text/plain; charset=ISO-8859-1 On 29 January 2013 11:23, Anthony Ferrara wrote: > Zeev, > > First off, very nice job on the RFC. I definitely like what's happening > here. > > As far as delaying 5.5, I have mixed feelings. I think we should definitely > consider the delay, but only in a time-boxed format. So if we say "1 > month", then if it's not ready to be committed in that month, it doesn't > get in and we release 5.5 anyway. Do you really think a month would be enough (we're talking implementation and really thorough testing)? We're fast approaching beta and the feature freeze, and this is by no means a small feature (correct me if I am mistaken). I think this would very much benefit from the time between releases to get it really thoroughly integrated and tested. Far more eyes will see it, and contribute to it in the time between 5.5 and 5.6 than if it is rushed for 5.5. Stability is king when it comes to adoption, and we really don't need an edge case coming up at the last minute that gives people another reason not to upgrade. In addition, I would suggest putting in a feature freeze for everything > except this feature as well. Not because we shouldn't have new features, > but to prevent another "everyone wants this, so let's delay some more" > feature 1 week before the timebox expires. > That would allow more focused testing and development on this specific feature, but... > Additionally, I don't like the precedent that this sets for future > releases. .. this. There has already been a couple of discussions this week around "rule bending" (voting / bc breaks). I think the release schedule is an important one to stick to. Is it possible to introduce O+ via PECL in the interim? --14dae93410cb8de34b04d46d2b3b--