Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53997 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12412 invoked from network); 17 Jul 2011 16:00:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2011 16:00:50 -0000 Received: from [127.0.0.1] ([127.0.0.1:5669]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 32/14-02120-237032E4 for ; Sun, 17 Jul 2011 12:00:50 -0400 Authentication-Results: pb1.pair.com smtp.mail=shoemaker.james@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=shoemaker.james@gmail.com; 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: shoemaker.james@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:44164] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/71-00220-8B7522E4 for ; Sat, 16 Jul 2011 23:32:09 -0400 Received: by iwn36 with SMTP id 36so2390126iwn.29 for ; Sat, 16 Jul 2011 20:32:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=dOVhUzRxsdiez74EDF94V4QEK1UYDApLFNyJ66QzObM=; b=lHv5SltijP0Wi3IeSJZIgbae/Nmvy37ZSMt8G8L854GOjHNyZey+mOUDOIJbHBSlVl EN+C9KopKPlVPTcFBJNF4fqeBoU2J2vZuCYKojb82QqboRCrcg1RcRa0rTjkKjCgf97F D7bYX6X7jQskFjkt6MXp7VhoEcnJMyxTSx/tM= Received: by 10.42.29.68 with SMTP id q4mr6155935icc.153.1310873525297; Sat, 16 Jul 2011 20:32:05 -0700 (PDT) Received: from [192.168.3.207] ([207.32.16.115]) by mx.google.com with ESMTPS id hq1sm3313633icc.14.2011.07.16.20.32.03 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Jul 2011 20:32:04 -0700 (PDT) Sender: James Shoemaker Message-ID: <4E225797.8020408@buyercompass.com> Date: Sat, 16 Jul 2011 22:31:35 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110704 Icedove/3.0.11 MIME-Version: 1.0 To: PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Oauth pecl library From: james@dhlake.com (James Shoemaker) I ran into some issues with SSL and Oauth signatures, particularly with non-standard ports. I made some changes in the oauth module source to solve the issues, is this list an appropriate place to post the patch or where should I send it so I don't have to do this again on newer versions. James Shoemaker