Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71888 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47926 invoked from network); 31 Jan 2014 20:42:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2014 20:42:41 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.182 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.182 mail-ob0-f182.google.com Received: from [209.85.214.182] ([209.85.214.182:45594] helo=mail-ob0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/B1-35265-FBA0CE25 for ; Fri, 31 Jan 2014 15:42:40 -0500 Received: by mail-ob0-f182.google.com with SMTP id wm4so5637314obc.27 for ; Fri, 31 Jan 2014 12:42:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SZcqHbfRGi9G19GtmGzcNLAT/Mgn3R/VwXUW6JznnvY=; b=MTYCqURKEKT0KULvcFaRTOkOaVYusG0meWV+JhzpvvZu6mOPPP+PzB7Efd6hq7r9F6 eCVSK23ZcWxbtEq1Wwa+X/Vb1gB165eCgqypMFSwqrRjGtOLnno91fk2WEiBj0fb+PJY v8krcYbOE3hiadodNFwgi0/HGHsu2POA4gAVKfOMcufBBpnr7dZeJUvD7yOoN18uDLa7 fmpBA+GtsXlFYDifnNjp6HeYM3eAJsWn0xADqhZn3t41XTKX5rkPPS4Mj974TvRb7Q5B sLJPSq9B7E4/KPSFuMIEsPHvL96NZqiQEsyT6RwH5wfIckmou+ISucwRDOLAqg9bIbMy kchg== MIME-Version: 1.0 X-Received: by 10.60.94.175 with SMTP id dd15mr3418183oeb.56.1391200956474; Fri, 31 Jan 2014 12:42:36 -0800 (PST) Received: by 10.182.54.112 with HTTP; Fri, 31 Jan 2014 12:42:36 -0800 (PST) In-Reply-To: <1d5850561e0ef9e7739c7e7b7b0448d0.squirrel@webmail.klapt.com> References: <52EAF0A3.2000001@oracle.com> <1d5850561e0ef9e7739c7e7b7b0448d0.squirrel@webmail.klapt.com> Date: Fri, 31 Jan 2014 21:42:36 +0100 Message-ID: To: Anatol Belski Cc: Christopher Jones , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=089e01182660d26a6104f14a36f2 Subject: Re: [PHP-DEV] [VOTE] 64 bit platform improvements for string length and integer From: nikita.ppv@gmail.com (Nikita Popov) --089e01182660d26a6104f14a36f2 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Jan 31, 2014 at 9:26 PM, Anatol Belski wrote: > > Hi Anatol, > > > > > > A quick question: am I right to assume that because this vote has > > widespread impact on PHP it needs 2/3 majority per > > https://wiki.php.net/rfc/voting ? > > > > > > It's not totally clear that the change is covered by any of the examples > > in the voting RFC, but I see the 64 bit project as affecting the language > > as a whole (for better or worse!) > > > catching up on this now as this was delayed by the mail issues. > > I'm not a native speaker, however what i read here > > [QUOTE] > We also need to ensure, as much as possible, that the decision isn't based > on some arbitrary circumstances (such as a temporary marginal majority for > a certain school of thought). For these reasons, a feature affecting the > language itself (new syntax for example) will be considered as 'accepted' > if it wins a 2/3 of the votes. Other RFCs require 50% + 1 votes to get > 'accepted'. > [/QUOTE] > > sounds for 50%+1, as it affects not the language itself (no syntax > changes, etc.) but its implementation. Even in such an unusual case :) > > Regards > > Anatol > Changing the integer type used by the language is most certainly a language change. "New syntax" is only given as an example of what constitutes a language change. Nikita --089e01182660d26a6104f14a36f2--