Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78461 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45264 invoked from network); 30 Oct 2014 11:27:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2014 11:27:05 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 198.187.29.245 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 198.187.29.245 imap11-3.ox.privateemail.com Received: from [198.187.29.245] ([198.187.29.245:43341] helo=imap11-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/62-33916-88022545 for ; Thu, 30 Oct 2014 06:27:04 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 7AF098800EC; Thu, 30 Oct 2014 07:27:01 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap11.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap11.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Nl3i12vS_B9S; Thu, 30 Oct 2014 07:27:01 -0400 (EDT) Received: from oa-res-26-28.wireless.abdn.ac.uk (oa-res-26-28.wireless.abdn.ac.uk [137.50.26.28]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id E1D258800DB; Thu, 30 Oct 2014 07:27:00 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) In-Reply-To: Date: Thu, 30 Oct 2014 11:26:58 +0000 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: <48549A0C-BBF2-4198-ABFF-A8A83BFF1A3B@ajf.me> References: To: Trevor Suarez X-Mailer: Apple Mail (2.1990.1) Subject: Re: [PHP-DEV] [PR] DateTime RFC7231 constant From: ajf@ajf.me (Andrea Faulds) > On 30 Oct 2014, at 07:03, Trevor Suarez wrote: >=20 > Good early morning (late night for me) internals! >=20 > I would like to propose a small addition be made to the DateTime date > format constant definitions. >=20 > 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 = in > 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 = making 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 = want to edit the wiki now, you=E2=80=99ll probably need a php.net = account. Then just ask someone for karma in the /rfc/ namespace on the = wiki so you can create and edit RFCs. I might be wrong about it being = disabled intentionally, though. -- Andrea Faulds http://ajf.me/