Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78463 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50862 invoked from network); 30 Oct 2014 11:51:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2014 11:51:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-oi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:59824] helo=mail-oi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/A3-33916-94622545 for ; Thu, 30 Oct 2014 06:51:37 -0500 Received: by mail-oi0-f42.google.com with SMTP id a3so3208429oib.15 for ; Thu, 30 Oct 2014 04:51:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=yt1EFed5gBmphhKI2bI59F+Wvy3f+8Vj0XGP8/ZELrw=; b=RuF46uOFwjPKEEXnU62d6W4nAVTkkG/jB5kKQqa4JznW+hOtywgA3zOAuarhoFVksk XsREJxj7x+M3kpyfcA6Brz5DT6nV2oXyXJl8yWLx3IABQFb6facy+Yu8mETFYwBvL3Zu vXI1DMetcThlhZyOQQrJVi5MqEEAYudoRFtY//lE6t78f9mPbM5XbcsW64YA2CbmJf36 DdilBNjR3Xff/2DybhK1AJXlMAHOeFbmMToApmTHRB9bw0v2R0cKj5muquDs1qK2c6KY DUY9zoL1us8/TmS/JryzSaWN7WBU4SHWy4dEFKsgdi5QOOoud0WI1C2B2fQhyipY1Pwt xA1w== X-Received: by 10.60.38.1 with SMTP id c1mr1638330oek.51.1414669894545; Thu, 30 Oct 2014 04:51:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.76.106 with HTTP; Thu, 30 Oct 2014 04:50:54 -0700 (PDT) In-Reply-To: <48549A0C-BBF2-4198-ABFF-A8A83BFF1A3B@ajf.me> References: <48549A0C-BBF2-4198-ABFF-A8A83BFF1A3B@ajf.me> Date: Thu, 30 Oct 2014 11:50:54 +0000 Message-ID: To: Andrea Faulds Cc: Trevor Suarez , PHP internals Content-Type: multipart/alternative; boundary=089e01227a2a89f8370506a280e8 Subject: Re: [PHP-DEV] [PR] DateTime RFC7231 constant From: petercowburn@gmail.com (Peter Cowburn) --089e01227a2a89f8370506a280e8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 30 October 2014 11:26, Andrea Faulds wrote: > > > On 30 Oct 2014, at 07:03, Trevor Suarez wrote: > > > > Good early morning (late night for me) internals! > > > > I would like to propose a small addition be made to the DateTime date > > format constant definitions. > > > > https://github.com/php/php-src/pull/882 > > Looks simple and unobjectionable. :) > > > This is my first contribution to PHP's core. I wasn't sure if something > of > > this nature would require an RFC, but I tried to register for a Wiki > > account and was met with page errors anyway (if anyone could point me i= n > > the right direction to notify someone of the wiki registration page > failing > > , that'd be awesome). > > Ah, well, for small additions like constants, an RFC is rarely necessary > unless it=E2=80=99s controversial. Though there=E2=80=99s no harm in maki= ng one. Usually, > if you just make a pull request for it and badger enough people, it=E2=80= =99ll be > merged eventually. > > The reason registration on the wiki no longer works is probably to stop > the situation we had before, where there were git (php.net) accounts and > wiki accounts, and the former took precedence over the latter. If you wan= t > to edit the wiki now, you=E2=80=99ll probably need a php.net account. The= n just > ask someone for karma in the /rfc/ namespace on the wiki so you can creat= e > and edit RFCs. I might be wrong about it being disabled intentionally, > though. > The most common cause of errors is providing an incorrect answer to the "Which email address do you have to mail now?" question (the answer is php-webmaster@lists.php.net). Registration still works, at the time of writing this. After registering, and following instructions to mail the webmaster list for rfc karma, you'll be able to add/edit RFC pages. Having a php.net VCS account is *not* a requirement at all. Those lucky enough to have a php.net account do not need to ask for wiki editing karma, everyone is able to write to all pages. > > -- > Andrea Faulds > http://ajf.me/ > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --089e01227a2a89f8370506a280e8--