Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60677 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63649 invoked from network); 27 May 2012 02:47:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 May 2012 02:47:35 -0000 Authentication-Results: pb1.pair.com header.from=william.betts@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=william.betts@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: william.betts@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:39819] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/57-09778-5C591CF4 for ; Sat, 26 May 2012 22:47:34 -0400 Received: by obbuo13 with SMTP id uo13so3834693obb.29 for ; Sat, 26 May 2012 19:47:31 -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 :content-type; bh=fTDNo28IQQ3aMFmsb2XHEN1HTaVHCIpoYMTzVSLNqo8=; b=w1/7XGsN4QXWHv+Hcd2De7XRF1LUQze4+ARhLDmOhJWlknZrj4VZ9EZJNrGCqOzFDd 5D3k98l1CzoQTrFacJ8107LZcKrxmq6PbdJQ0ceqRRGX3daGzYAUZpmMkQIiYfXFbZKV B32IWpS4FJhmosikr4yY/+O8zYI5gwkY5EMYR0gs/acFtUIRxYjIIUdnzPIMZoBNbC8Q 9KoeS7YSRol4uCaL3UuH3PYfQXIA8YNHt/CrjtDUbAGcxxSbSQlMmTi8nMeoWu5WPDQA M1koBX/GXxIcv4d3fCcsRx9Sww+NH9mXm4noo388Ruv3wyVjRI0xuZk78LKnE7ih7b9u gYNw== MIME-Version: 1.0 Received: by 10.60.0.164 with SMTP id 4mr3785121oef.28.1338086851234; Sat, 26 May 2012 19:47:31 -0700 (PDT) Received: by 10.182.128.39 with HTTP; Sat, 26 May 2012 19:47:31 -0700 (PDT) In-Reply-To: References: Date: Sat, 26 May 2012 19:47:31 -0700 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8fb1ec70724ad604c0fb9f5a Subject: Re: [PHP-DEV] submitting a patch From: william.betts@gmail.com (William Betts) --e89a8fb1ec70724ad604c0fb9f5a Content-Type: text/plain; charset=ISO-8859-1 On Sat, May 26, 2012 at 7:45 PM, Vaebris wrote: > On Sat, 26 May 2012 19:21:15 -0700, Pierrick Charron > wrote: > > Hi the best way to submit a patch is to fork the project on >> github.com/php/php-src and to send a pull request. >> If your patch is related to a bug, you can also attach it to the bug >> report. >> >> Thanks >> Pierrick >> >> On 26 May 2012 21:15, William Betts wrote: >> >>> Hello, >>> >>> I've been looking around for a while, but I haven't been able to figure >>> out >>> where I would send a patch for the curl extension. If anyone could point >>> me >>> to the documentation outline the process for that it would be >>> appreciated. >>> >>> Best Regards, >>> William >>> >> Hopefully this email doesn't get duplicated to this list. If this comes through twice I'm sorry! Well, I just discovered what I was about to add has been partially implemented (CURL SMTP support). I'll go ahead and implement the missing feature (CURLOPT_MAIL_AUTH). I've also just submitted some patches to libcurl as well. If Dan approves them there I'll go ahead an add that in as well. Thank you for the heads up about git! Best Regards, William --e89a8fb1ec70724ad604c0fb9f5a--