Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66529 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30006 invoked from network); 7 Mar 2013 16:44:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2013 16:44:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.170 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.128.170 mail-ve0-f170.google.com Received: from [209.85.128.170] ([209.85.128.170:64493] helo=mail-ve0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/55-31723-AE3C8315 for ; Thu, 07 Mar 2013 11:44:26 -0500 Received: by mail-ve0-f170.google.com with SMTP id 14so541560vea.15 for ; Thu, 07 Mar 2013 08:44:24 -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=rvaw1qlyXW20HeFrIYHBPg/7ZzFy/87oE+X6rHAzLkg=; b=CLehucgPV0yL/3sn4PzNWom+HIN0sBiCC9HUdarPmZuHSFxbCgOTSAtPYAyo4rifP3 p60xsb5+6Es4tjuE9lzUX+MeDIWux38Gqacuo/R/8nl5lBN57TSusDmzcQQNXygBwtmP a6j2EQp9FIYM4rKjrhZz76LdBYkYDwnuCv4qDUeAe1UaK4lYNpteGiOhegDBVTUsu8eP 6S8xrVM6JfBWv8sBBKLUab9JiDSdhBxHAJluME7k+tKUNPMxjlLDKcSdq4gSxkqOQVl4 PGszFweVLeE6ZruWvTlKafEsRGO5VsP1HTHWccRErXpbnwIvMxAKVOiN20Z7Cwogl2PF 9j3Q== MIME-Version: 1.0 X-Received: by 10.220.142.71 with SMTP id p7mr13007297vcu.3.1362674664020; Thu, 07 Mar 2013 08:44:24 -0800 (PST) Received: by 10.58.56.137 with HTTP; Thu, 7 Mar 2013 08:44:23 -0800 (PST) In-Reply-To: <5138C0FD.1010208@lerdorf.com> 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 11:44:23 -0500 Message-ID: To: Rasmus Lerdorf Cc: Pierre Joye , Nikita Popov , Zeev Suraski , Laruence , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=f46d0434bf0c4b558f04d7586bf2 Subject: Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution From: ircmaxell@gmail.com (Anthony Ferrara) --f46d0434bf0c4b558f04d7586bf2 Content-Type: text/plain; charset=ISO-8859-1 Rasmus, 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. > To be fair, we did cover it, and we didn't come to a consensus. There were a few people like yourself who believe it's not a language change and hence requires 2/3... But there are a lot of other people (many who are raising their hands now) who do believe it's a language level change and hence requires 2/3. Sure, it doesn't effect syntax. But it can be considered a BC change, as the internal zend API changes (not in terms of signatures, but behaviors). All I'm saying here is that while we did discuss it, no consensus was achieved. So I don't think it's fair to say "we already covered that". Anthony PS: How would we resolve something like this? Would it require a 2/3 meta-vote to determine if something needs a 2/3 vote? Seems like we're hitting a limit of the RFC here that perhaps should be refactored... Perhaps make everything require a 2/3 vote, and not have a distinction... --f46d0434bf0c4b558f04d7586bf2--