Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66534 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37362 invoked from network); 7 Mar 2013 16:59:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2013 16:59:04 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.176 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.176 mail-ve0-f176.google.com Received: from [209.85.128.176] ([209.85.128.176:36536] helo=mail-ve0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/07-31723-757C8315 for ; Thu, 07 Mar 2013 11:59:03 -0500 Received: by mail-ve0-f176.google.com with SMTP id cz10so543937veb.21 for ; Thu, 07 Mar 2013 08:59:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=LOrVm4UUbyaAHe0YVZRi2i4kU3sX6ax2A9XNCjP5iBg=; b=E+Wov/Y/oFzmK2iSbj2WqtCde0Qp2mTqX0g4NPVceTXPiRyClRdT8N9KTssObyyodW n5fxqyV5Jtkeg3S09DnVcww7a1XPizfPorVTlovS6WQTUd81oSaR/aeDtsNUIblDq6Jf p/njPc0Oy0YYVb+vfxt6aXN+ykFW7zD84VsjvgSucw1PYSRQmnI3oHAEn8f0HEZX5+BU s3wdIgFjBfp3zNLziBn2XSDQw+4/1Z9hdynUsA5XR+rP9rZlA0fG25xqCJlBE37eLtfK AXJ8AQAX+arM2vI2KTdvEcRA51HzkvBCAMvbqwKpZPc/RcyFqGXNqZO7fIugbmIabGW4 Xsaw== X-Received: by 10.52.21.212 with SMTP id x20mr11427481vde.106.1362675540695; Thu, 07 Mar 2013 08:59:00 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.221.9.133 with HTTP; Thu, 7 Mar 2013 08:58:20 -0800 (PST) In-Reply-To: References: <435a322ccb14090d3bcf6bf8a110396d@mail.gmail.com> <8944597477930141639@unknownmsgid> <1a0793107537dceb9cc67c616294ce76@mail.gmail.com> <5132FE98.5050201@lerdorf.com> <513316A1.1050109@lerdorf.com> <5138C0FD.1010208@lerdorf.com> Date: Thu, 7 Mar 2013 17:58:20 +0100 X-Google-Sender-Auth: 7zLdP8ecVme_is5W6R4VKUXcbSo Message-ID: To: Pierre Joye Cc: Rasmus Lerdorf , Nikita Popov , Zeev Suraski , Laruence , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=20cf3079bb288c5e7d04d7589f4b Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: jpauli@php.net (Julien Pauli) --20cf3079bb288c5e7d04d7589f4b Content-Type: text/plain; charset=ISO-8859-1 On Thu, Mar 7, 2013 at 5:46 PM, Pierre Joye wrote: > On Thu, Mar 7, 2013 at 5:31 PM, Rasmus Lerdorf wrote: > > On 03/07/2013 08:26 AM, Pierre Joye wrote: > > > >> That being said, if o+ would have 2/3 of the votes, I think it is > >> possible to get it stable until 5.5 final, not easy but possible. > > > > We already covered that. An opcode cache doesn't affect the language > > itself. There is no new syntax and no BC issues. Much like a performance > > improvement patch that has no effect on the language syntax doesn't need > > 2/3. Whether it is "major" or not, doesn't matter per the established > > voting process. You can't both be a stickler for the details of this > > process and then ignore them when they become inconvenient for you. > > > btw, I would even have included phar as affecting the language, as > even if you don't use it at all in your code, it affects how php > behaves. We had many issues related to phar while it was not used at > all in the code (due to the hooks). That's not exactly the same thing > than o+ but it has the same kind of possible impacts. > > And there comes the true definition of "affects language behavior". We still don't agree each other of what a "major" change, and a "minor" one are, *and* : do we talk about user-level changes, or internals changes ? Or both ? That definitely needs to be clarified, or Anthony's idea of no distinction on any RFC and make them require 2/3 to be accepted as well. Julien.Pauli --20cf3079bb288c5e7d04d7589f4b--