Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90822 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72186 invoked from network); 22 Jan 2016 06:40:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2016 06:40:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.173 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.173 mail-pf0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:35597] helo=mail-pf0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/41-59180-9CEC1A65 for ; Fri, 22 Jan 2016 01:40:14 -0500 Received: by mail-pf0-f173.google.com with SMTP id 65so36890158pff.2 for ; Thu, 21 Jan 2016 22:40:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=nFKyVHX1FV0oYMmIlR009w2URYzb885kcRDBywXbE0E=; b=TG44XcroA5jEDZ9vvuva5D2xIkfAquD8ANLsnhAHX0eWpyw2hoKdslx8pIhl63Knvh cth/FTsNK4xtBYWHY+QnxtkWoe+akAWwFBVcqofiK4w5qrRJCGlWd8RIg5gF8e2XKrmz i0e7wEUyDT6K5M7m3sz6n00W+vumJh91Ncmj0KzJCfZnWQtwXbalrfemhzFXN1riu4Y8 51hLmDyh4nzKGKPS+wbz6874qXZ0JcditAwnd6pcc81ATJj5DLi0ryaHiu1IC9k7/RZM xEy4WB1kisW0RTBCL5Wo0I6/AqvnPX6g6nb9JsgmX4tUXbyFkrbARCsK1yOUZUV62PiS ERdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=nFKyVHX1FV0oYMmIlR009w2URYzb885kcRDBywXbE0E=; b=S8SbQeW7UfMk4MiaDVMEIM/ZVs8XAOy//ISohk1+eXklKvJbdfdj18Phq5gpePKRkI FdoyDZcjBwplXhyR6zS68v/Y5LS0baYjsyXSi08ffHO71R0jp9TT1fn7vEYW40Igv8fh Q3e/+oJM563ci8HvrUeotkL17k3GAtoHpQ/YJ9u1niHTfevUePtauINh2fT2ryBaY8rO cSdUFBEIsJgvrhTE3/UK5CuOV3wpFjZFY+6BPFpLYYrJYks+6b5lRYnpMkDtatAOZB30 /1W7NgKgT50ISkkUvtIhkNRswmFzE8vcfZn1pyzXFjiNb0TiRtDYGPFgjdhl320dGWFC PUZw== X-Gm-Message-State: AG10YOT+7TdztnHcDAQqkuCFcXEtuuQXdzN6kj9qWx92Bo5c1T6cIwQFDr2kfto3GfH1xQ== X-Received: by 10.98.74.135 with SMTP id c7mr2047105pfj.129.1453444805923; Thu, 21 Jan 2016 22:40:05 -0800 (PST) Received: from Stas-Air.local ([2602:304:cdc2:e5f0:64f7:8290:15b4:6e79]) by smtp.gmail.com with ESMTPSA id p71sm6931682pfa.11.2016.01.21.22.40.04 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Jan 2016 22:40:04 -0800 (PST) To: Flyingmana , internals@lists.php.net References: <59.F0.09073.49041A65@pb1.pair.com> X-Enigmail-Draft-Status: N1110 Message-ID: <56A1CEC3.4090808@gmail.com> Date: Thu, 21 Jan 2016 22:40:03 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <59.F0.09073.49041A65@pb1.pair.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Handling of withdrawn RFCs From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > The Goal is, to not have this argument again against someone taking over > a withdrawn RFC. Means this should end in some rules/guidelines > regarding RFCs. (Advice what would be needed, like for example an RFC, > is very welcome) I think if someone is going to abandon an RFC, it would be a good practice to ask first if somebody wants to take over. If yes, then nothing happens. If not asked or asked and nobody responded immediately but then picks up later, it should be as if RFC work is continuing. Since vote didn't happen, no reason to treat is as failed. Yes, people could probably play games with it. But so far we didn't see it, even if we have a bit of drama, everybody is acting in a good faith - i.e. if somebody withdraws RFC, it's because they don't want/can't work on it anymore, and if somebody picks it up, it's that because they are interested in the same thing. If that changed, we can deal with it then. -- Stas Malyshev smalyshev@gmail.com