Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61840 invoked from network); 27 May 2012 02:21:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 May 2012 02:21:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.213.170 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:45848] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/F6-09778-D9F81CF4 for ; Sat, 26 May 2012 22:21:19 -0400 Received: by yenm2 with SMTP id m2so1101053yen.29 for ; Sat, 26 May 2012 19:21:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=MDbpClq0+kAxjbEA7k8C6516wa4OyW+GYP1QTJMdy28=; b=gY6QIktkqUeiuGjeY3maZIXxY9T49OQdZpvg7lOQS9ueIZuuscIYKTNJqHugESyNPW Ai+kHDOYzHSWKRgMvH1L/tibyvDyQ6VpuKlTbQlWQmrvylxazqlhaVoHb6pKMXvpUg3W PmpHhzrMddooLeSYeEPvOz91JTWI2f7+gTzpic77w775Gni9qYEDrS0hfJbzyUFbjI9l vOnPpLLJ35jr8ZYUrBQ3hn79dy/bfl291zepuM7SU2Ny7eJAwZk8UTWEVfFsCbG8SqXt jF2dDl2cHnbpaWuaIq+iVNYmSK94HdEHqYlAFdXWzfOTBcyDJeKq9kOUOlzp8MmgF/dI vEaA== MIME-Version: 1.0 Received: by 10.236.185.105 with SMTP id t69mr3522835yhm.106.1338085275418; Sat, 26 May 2012 19:21:15 -0700 (PDT) Received: by 10.236.145.4 with HTTP; Sat, 26 May 2012 19:21:15 -0700 (PDT) In-Reply-To: References: Date: Sat, 26 May 2012 22:21:15 -0400 Message-ID: To: William Betts Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnKg6PatSHBHGLE53aBuy3naTlYDLUv65u4pP973CkRL9b0oMZ79KWxYecTMezVdzrEv0af Subject: Re: [PHP-DEV] submitting a patch From: pierrick@webstart.fr (Pierrick Charron) 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