Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65875 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32012 invoked from network); 15 Feb 2013 15:35:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2013 15:35:01 -0000 Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.181 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 74.125.82.181 mail-we0-f181.google.com Received: from [74.125.82.181] ([74.125.82.181:34164] helo=mail-we0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/D3-06160-4A55E115 for ; Fri, 15 Feb 2013 10:35:00 -0500 Received: by mail-we0-f181.google.com with SMTP id t44so2933972wey.12 for ; Fri, 15 Feb 2013 07:34:56 -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=vTfhgICNZdNun2ehAz81Ti60TebULHGP9ubYJMRJbLY=; b=zaxgvcqp7E8S7vMkMea087FokVAB8+2Dq68PwMgAR4E981JcwozbSxTLgoq2Sprxol 056hgxionc5G3gMpV4qyewA/+kILbPSp6ouTaJ7jej5Ok/I8X9kXot4kNhgJpBOqg12D Iacj424eyMD8x7ANY0L0wAXIS+Db1kz7ypRpjhLAipSLsVqn3hk3EypjAOYrF1PB6xMr HS5jR7sL9XdapgDzQjZhFVjSPwV2PXTOkTmqmPFK0p7WicQu38+fo4XlHrYP2Nc6UqSA 1Y3+Ck+R98cVBpDkNX+cFiErKqL8IFsVWJD54dfyOMdnBRpMN7cMlovmqx79n6USg4pF JsZQ== MIME-Version: 1.0 X-Received: by 10.180.79.65 with SMTP id h1mr6910853wix.15.1360942496703; Fri, 15 Feb 2013 07:34:56 -0800 (PST) Received: by 10.227.42.135 with HTTP; Fri, 15 Feb 2013 07:34:56 -0800 (PST) In-Reply-To: References: Date: Fri, 15 Feb 2013 10:34:56 -0500 Message-ID: To: Patrick ALLAERT Cc: Julien Pauli , PHP Internals , David Soria Parra Content-Type: multipart/alternative; boundary=14dae9cc95341366ff04d5c51e60 Subject: Re: [PHP-DEV] PHP 5.5 upcoming roadmap From: theanomaly.is@gmail.com (Sherif Ramadan) --14dae9cc95341366ff04d5c51e60 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Feb 15, 2013 at 7:19 AM, Patrick ALLAERT wrote: > 2013/2/15 Julien Pauli : > > Hello everyone, > > > > As you may know, Zend recently open sourced ZendOptimizer+ with a PHP > > Licence. > > We are planning to merge it to PHP5.5 Core (discussions on Mailing lists > > and IRC) and have it bundled with PHP5.5 final release stable. > > Correct me if I am wrong, but this is part of the following RFC: > https://wiki.php.net/rfc/optimizerplus which contains some voting > options. > Isn't a vote supposed to happen *before* it is actually merged or did > I miss something (#pecl ?). > > I must have missed the discussion where the voting was skipped, but I am kind of concerned that such a big change is going to make it into a feature frozen version (where we won't be able to say this should be removed (BC and all that)) without a vote. I'm not necessarily saying I'm opposed to this addition as I think it's great, but I'd like an opportunity to test it out first and play around with it for a few weeks. It's hard to find major problems without a lot of testing and then our biggest problem is always BC. We always find BC to be one of the biggest reasons to hold off on changing stuff. I have looked at the code but in my experience you don't find real bugs until you start testing code you already have working in production on these patches to find the really annoying bugs. > Patrick > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --14dae9cc95341366ff04d5c51e60--