Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65867 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10574 invoked from network); 15 Feb 2013 12:19:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2013 12:19:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.50 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.219.50 mail-oa0-f50.google.com Received: from [209.85.219.50] ([209.85.219.50:56901] helo=mail-oa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/B0-06160-5D72E115 for ; Fri, 15 Feb 2013 07:19:33 -0500 Received: by mail-oa0-f50.google.com with SMTP id l20so3578141oag.23 for ; Fri, 15 Feb 2013 04:19:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=kuSeLJeRptntA979UL+FdtzLc52XC2wzJ69hUMNoBt0=; b=FaPtgRg8fmpKDCsCM+cCht58QD1b4ZZeql4g1/wXstrZzHWASwpQ3QHFnkifNbqj6y SvvSdX+hh26joNZxlgZGNbjUT8Tx+kqQ/RRoqZnC1E1PxofCM01oFDQBr90RJfF7k8sh k0cnFOtCVyRubbWwM4KlVffsFucU+7NwzwJll7qDBV9KU6OBW23sp8u0N+/aEB8ezhs8 WEb+mPmK2u1IMOuGjuDhfdfVf/6qWb6eTe4fMAFxANmKsHB56esJ9ImmCVXVeDn7FYnQ ptJ9lV+A0TC7Kxtm4KibWNrGSOe7xc0AT1yupvQQG3frtbCEENhTikwYF5DNRBlrwTbN 5gxA== MIME-Version: 1.0 X-Received: by 10.60.2.227 with SMTP id 3mr1515903oex.113.1360930770102; Fri, 15 Feb 2013 04:19:30 -0800 (PST) Sender: patrick.allaert@gmail.com Received: by 10.76.163.42 with HTTP; Fri, 15 Feb 2013 04:19:29 -0800 (PST) In-Reply-To: References: Date: Fri, 15 Feb 2013 13:19:29 +0100 X-Google-Sender-Auth: 6oyoFAfgCusBLWKlE5y_oMdm8a4 Message-ID: To: Julien Pauli Cc: PHP Internals , David Soria Parra Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP 5.5 upcoming roadmap From: patrickallaert@php.net (Patrick ALLAERT) 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 ?). Patrick