Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56638 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99018 invoked from network); 25 Nov 2011 13:34:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2011 13:34:30 -0000 Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:36849] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/D3-12107-5699FCE4 for ; Fri, 25 Nov 2011 08:34:30 -0500 Received: by vbbfo1 with SMTP id fo1so3219295vbb.29 for ; Fri, 25 Nov 2011 05:34:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=8beWY/fodVkfxim5XmTqg5zKwiCLEGXlc/Bu3dJwW/0=; b=dmv8ii3SviAre9WgMKpV4K4YywCBwAxLnJqpe18q3K/PiLk0TRcSA/a/5uQFwgbJDW K5/oC2Yq+RSZu01PhvnnEoYYYe+yriCprDuDBb7I5+q+1y4Gwfmx2C4thkyWUzm+F4pr XRx0VEtTPYKL8zFy3cesf/54He6QJ7jOTkDMg= MIME-Version: 1.0 Received: by 10.52.23.12 with SMTP id i12mr34076389vdf.37.1322228067187; Fri, 25 Nov 2011 05:34:27 -0800 (PST) Sender: tjerk.meesters@gmail.com Received: by 10.52.115.234 with HTTP; Fri, 25 Nov 2011 05:34:27 -0800 (PST) Received: by 10.52.115.234 with HTTP; Fri, 25 Nov 2011 05:34:27 -0800 (PST) In-Reply-To: <001c01ccab6d$5705e1d0$0511a570$@co.uk> References: <001c01ccab6d$5705e1d0$0511a570$@co.uk> Date: Fri, 25 Nov 2011 21:34:27 +0800 X-Google-Sender-Auth: mQPFqVEN9tPjU02SFjwkzEGZrmA Message-ID: To: Ben Tadiar Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=20cf307c9b5241ba7a04b28f3693 Subject: Re: [PHP-DEV] OAuth Request Engine Behaviour From: datibbaw@php.net (Tjerk Anne Meesters) --20cf307c9b5241ba7a04b28f3693 Content-Type: text/plain; charset=ISO-8859-1 Hi, First off, it would've been better to contact one of the project members rather than the internals list :) To answer your question though, I'm assuming that you're accessing a secure http url, which requires openssl iirc. Please address any replies to me directly and/or jawed@php.net Thanks On Nov 25, 2011 9:17 PM, "Ben Tadiar" wrote: > Hi, > > > > Paul Dragoonis directed me to you with a question about the internals of > PECL OAuth. > > > > Upon calling OAuth::getRequestToken() the following Exception is thrown if > I > have not explicitely set the request engine using > OAuth::setRequestEngine(): > Fatal error: Uncaught exception 'OAuthException' with message 'making the > request failed (Unsupported protocol)'. > > > > Is this behaviour expected or should the request engine be set to either > PHP > Streams/cURL by default? > > > > Regards, > > Ben Tadiar > > ben@handcraftedbyben.co.uk > > > > --20cf307c9b5241ba7a04b28f3693--