Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78451 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13063 invoked from network); 30 Oct 2014 07:03:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2014 07:03:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=rican7@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rican7@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.178 as permitted sender) X-PHP-List-Original-Sender: rican7@gmail.com X-Host-Fingerprint: 209.85.213.178 mail-ig0-f178.google.com Received: from [209.85.213.178] ([209.85.213.178:55387] helo=mail-ig0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/90-05450-5D2E1545 for ; Thu, 30 Oct 2014 02:03:50 -0500 Received: by mail-ig0-f178.google.com with SMTP id a13so4586405igq.17 for ; Thu, 30 Oct 2014 00:03:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TnbPvLSqZsmkrZG0fBb8cjGlUpodq1HCl+U0HYh0DvY=; b=Jaonbjyd1frtYWXKBawj0pKWGduTsF+mPKEL1+ETLRKbUMfYePJ4eBjws6ia+qOY5S jGWVCsUiErbrBrb5ZgV3Fz0trLVhpQpn88F8sEVc6QzjX1lbXvbyZSnBxKwbePzE1ZtU zr28qsKPvPqo4jy89Y15/SCXERHXduN72cKnA1pPj403tppTxqMY3WxJapZtsAaELuzF c0pMqmQMbF1yZITW3Ip0hQbceq9dG8yuaT9OuDwtY03TQYWQDBb1FpwYHHIYEgM+pieD vYfo8PZpdio1uP003E7F/SiTlowHlR/24JaLknsgr9XEwpi81eMSZNi7ooaZN+pUgJZ4 9XSQ== MIME-Version: 1.0 X-Received: by 10.107.154.144 with SMTP id c138mr17610361ioe.11.1414652625802; Thu, 30 Oct 2014 00:03:45 -0700 (PDT) Received: by 10.64.230.144 with HTTP; Thu, 30 Oct 2014 00:03:45 -0700 (PDT) Date: Thu, 30 Oct 2014 03:03:45 -0400 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a1140f8de3dddae05069e7bcc Subject: [PHP-DEV] [PR] DateTime RFC7231 constant From: rican7@gmail.com (Trevor Suarez) --001a1140f8de3dddae05069e7bcc Content-Type: text/plain; charset=UTF-8 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 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). Since I was unable to create an RFC anyway, I attempted to make the pull request description as close to the RFC template/format as I could. I'm sorry if I'm missing anything there. Please let me know if I am. My C skills are near non-existent, but luckily this PR requires very little C code. :P Thank you all for your time! - Trevor --001a1140f8de3dddae05069e7bcc--