Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97017 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45754 invoked from network); 19 Nov 2016 03:33:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2016 03:33:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=alice@librelamp.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=alice@librelamp.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain librelamp.com designates 45.79.96.192 as permitted sender) X-PHP-List-Original-Sender: alice@librelamp.com X-Host-Fingerprint: 45.79.96.192 librelamp.com Received: from [45.79.96.192] ([45.79.96.192:38424] helo=librelamp.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/C0-41271-C18CF285 for ; Fri, 18 Nov 2016 22:33:49 -0500 Received: from localhost.localdomain (c-50-184-37-123.hsd1.ca.comcast.net [50.184.37.123]) by librelamp.com (Postfix) with ESMTPSA id 99D5F3FA; Sat, 19 Nov 2016 03:33:45 +0000 (UTC) To: Kalle Sommer Nielsen References: <25ad606e-3d5a-c281-82c8-194e291eb835@librelamp.com> Cc: Internals Message-ID: <3578c0dc-f590-75bc-8ff0-82d443d27619@librelamp.com> Date: Fri, 18 Nov 2016 19:33:45 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC] Abolish 50%+1 Votes From: alice@librelamp.com (Alice Wonder) On 11/18/2016 06:55 PM, Kalle Sommer Nielsen wrote: > 2016-11-19 3:39 GMT+01:00 Alice Wonder : >> Is it required to be a member of this list to vote? That too would be a good >> idea if it isn't required, hopefully translators are accurate enough to >> understand arguments here pro and con when not in a language the voter has >> excellent grasp of. > > Only people with active VCS accounts or wiki accounts (that's been > approved) are allowed to vote. > > > Thank you, I knew there was an identity validation requirement, and that makes sense. I do know I enjoy reading the RFC discussions here on what is proposed to be deprecated, it often has helped me realize there is a better way to do something than the way I currently am doing something. mcrypt for example, after reading about how stale it was, I didn't wait to deprecate it on my own but just removed it from my php build - and any web apps I install that want it, I fix.