Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61801 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3508 invoked from network); 26 Jul 2012 00:35:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jul 2012 00:35:55 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vb0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:32952] helo=mail-vb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/85-08189-8E090105 for ; Wed, 25 Jul 2012 20:35:52 -0400 Received: by vbbfs19 with SMTP id fs19so1347321vbb.29 for ; Wed, 25 Jul 2012 17:35:49 -0700 (PDT) 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=5PKrFaxr4eZNKErPcb7ZKeCvnb8SbH14vWSbN+tl8iI=; b=rKp55csaes3k2UnM2Yy+wbal2D5y7kqMp1p0kFGWiYsGrdqmuJydrzcmvO/Z7+KNyx dOjcf4J6dFDIoq10tAg3Bsz+kVRNoR9rI0wqqilDXX2p9hwNNXueSMIt9LK+8MCKuh23 zDOK7KdZIFeaeyR4J7L9uoab0mxS5iPihrAZSyea2hvJw3+O5imQX5FAZqsMiVLEp1ul 0iSXEPJAKkT9QLdcLD2icIiMndx7S3arE749pg3Raex1iLO0u2bYm0g84K9K4Q2UGUAu yaAXgl890mavjtt3qvecyrOu7LPauOV6vnotMhp4xQm8w8uEDBobvf93GfYKu/ttWmH5 fqIQ== MIME-Version: 1.0 Received: by 10.52.240.228 with SMTP id wd4mr4351022vdc.95.1343262949849; Wed, 25 Jul 2012 17:35:49 -0700 (PDT) Received: by 10.52.188.195 with HTTP; Wed, 25 Jul 2012 17:35:49 -0700 (PDT) In-Reply-To: <50105BFC.80900@ajf.me> References: <50105BFC.80900@ajf.me> Date: Wed, 25 Jul 2012 17:35:49 -0700 Message-ID: To: Andrew Faulds Cc: PHP Internals Content-Type: multipart/alternative; boundary=20cf307d008af73b1904c5b0c6db Subject: Re: [PHP-DEV] RFCs and organisation From: kris.craig@gmail.com (Kris Craig) --20cf307d008af73b1904c5b0c6db Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jul 25, 2012 at 1:50 PM, Andrew Faulds wrote: > Hi there, > > First off I'd like to apologise for being a generally useless and overly > reactive poster on this list. I'm going to exercise more self-constraint > now after noticing I made more posts on this list this month than anyone > else, this month. > > Anyway, onto the subject of this email, in which I will try to be at least > somewhat helpful. > > I notice that the RFCs page (http://wiki.php.net/rfc) doesn't seem to > have any clear instructions on how to create an RFC. I think someone > (perhaps me) should write an RFC on how to write an RFC, and also the > procedure involved, e.g. how to get wiki karma, voting process. > > Secondly, I noticed that Python's PEPs are numbered, unlike PHP's RFCs. > Whilst they aren't quite the same thing, I wonder if this would be useful, > particularly since it provides a simple and unambiguous way to refer to > one, e.g. RFC 123 instead of "RFC on how to write an RFC". Plus it would > provide for an obvious way to sort RFCs in a list, by number. At the moment > I'm not really sure if there's an sort of sorting on the RFCs page, > although RFCs certainly seem to be categorised. > > Thoughts? > > Apologies again, > Andrew Faulds > > http://ajf.me/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I think what you're looking for is this: https://wiki.php.net/rfc/voting As far as formatting goes, I'd just copy what other RFCs have done. I've raised the idea of clarifying the voting process with a new RFC awhile ago but nobody seemed interested one way or another so nothing ever came of it. Regarding sorting, IMHO it really doesn't matter. My preference would be to put the most recent ones on top, but so long as they're listed under the right status categories then I really don't think it matters all that much. --Kris --20cf307d008af73b1904c5b0c6db--