Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84320 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86537 invoked from network); 5 Mar 2015 07:50:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2015 07:50:52 -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.177 as permitted sender) X-PHP-List-Original-Sender: rican7@gmail.com X-Host-Fingerprint: 209.85.213.177 mail-ig0-f177.google.com Received: from [209.85.213.177] ([209.85.213.177:40735] helo=mail-ig0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/73-56703-ADA08F45 for ; Thu, 05 Mar 2015 02:50:50 -0500 Received: by igal13 with SMTP id l13so43639598iga.5 for ; Wed, 04 Mar 2015 23:50:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=HCmdIK5qcPWPBEx1F0YkBX9kwmLomSJLfacuAxWK4Oc=; b=rIq3KdCbGLczITdlHD8wsudi0bTvvuidcci9tVlbOq7SNnLNQAnLghOXIzLrWInsr1 CuSoZ9tNItJW+NlNFB1iguAWNkB93RFm3/HKSJ0WDb+TFUaZ7ThMeXClcnYRgrg5ciqI XNh3xsA4VXLdXVWH/wISSKKerR1vqdC8mKhOoAKcFin6wJekvAOHoczpT9M3+kzhfpcS 9V5SWydwjeLgupcGF/nqRekVVcdKVdeUQvXUf/1AP+1Diaieux/hGBIgFqqVTQJWS5kw U2Ska3Q81MFsAI3XUhJ7WufiIEg3k4aJzICBFDG0yCTGXCHgc1s0SfP9dH/4pRcP/JYA yNGg== X-Received: by 10.107.15.68 with SMTP id x65mr18593231ioi.39.1425541847994; Wed, 04 Mar 2015 23:50:47 -0800 (PST) MIME-Version: 1.0 Date: Thu, 05 Mar 2015 07:50:47 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a113ee9a2765a20051085d348 Subject: [PHP-DEV] [PR] DateTime::createFromImmutable() method From: rican7@gmail.com (Trevor Suarez) --001a113ee9a2765a20051085d348 Content-Type: text/plain; charset=UTF-8 Good morning internals! I would like to propose a small addition be made to the DateTime class. https://github.com/php/php-src/pull/1145 This is my first contribution to PHP's core, beyond documentation edits. I'm not sure on the formalities that need to be taken for something like this to be considered as an addition, or if an email like this is even appropriate, so I'd absolutely welcome any guidance here. I just saw a possible opportunity for an addition and thought it would be fun to try and contribute to PHP. :) I'm not a C programmer by any means, so please forgive me if I've made any "noob" mistakes here, haha. Thank you all for your time and consideration! - Trevor --001a113ee9a2765a20051085d348--