Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52905 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59704 invoked from network); 5 Jun 2011 01:09:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2011 01:09:57 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:43744] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/6B-14012-467DAED4 for ; Sat, 04 Jun 2011 21:09:57 -0400 Received: by pwj3 with SMTP id 3so1653710pwj.29 for ; Sat, 04 Jun 2011 18:09:53 -0700 (PDT) Received: by 10.68.32.168 with SMTP id k8mr1340647pbi.157.1307236193182; Sat, 04 Jun 2011 18:09:53 -0700 (PDT) Received: from c-24-19-164-241.hsd1.wa.comcast.net (c-24-19-164-241.hsd1.wa.comcast.net [24.19.164.241]) by mx.google.com with ESMTPS id n1sm2579078pbi.63.2011.06.04.18.09.51 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 04 Jun 2011 18:09:52 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii In-Reply-To: <4DEAD511.2090408@lerdorf.com> Date: Sat, 4 Jun 2011 18:09:50 -0700 Cc: Scott MacVicar , "internals@lists.php.net" Content-Transfer-Encoding: quoted-printable Message-ID: <83708FB3-7D92-4E42-BB5A-79EDF1050CE9@roshambo.org> References: <8757232E56758B42B2EE4F9D2CA019C901499F97@US-EX2.zend.net> <4DEAC668.9050902@sugarcrm.com> <31B6F2D7-3E22-4A85-B391-70C4F06F7364@macvicar.net> <4DEAD511.2090408@lerdorf.com> To: Rasmus X-Mailer: Apple Mail (2.1084) Subject: Re: [PHP-DEV] Bundling "modern" extensions From: philip@roshambo.org (Philip Olson) On Jun 4, 2011, at 6:00 PM, Rasmus wrote: > On 06/04/2011 09:03 PM, Scott MacVicar wrote: >> On Jun 4, 2011, at 4:57 PM, Stas Malyshev wrote: >>=20 >>> Hi! >>>=20 >>>> In parallel I'd also see if there are any key extensions which we >>>> think are mainstream, stable and well maintained enough to be >>>> included. For example, http comes to mind. >>>=20 >>> Maybe also oauth? It's getting popular and widely used. >>=20 >> OAuth is basically outdated now, OAuth2 is going through the final = IETF certification steps. No real technical changes in the last few = drafts. >=20 > And OAuth2 is simple enough that an extension really isn't needed for > it. OAuth1 was painful and the extension helped a lot. But all the > painful bits that the extension takes care of are gone in OAuth2. Ideas for how and where to document PHP+OAuth2? Like, should we keep = ext/oauth documented as is but expand it to include plenty of OAuth2 = information? That may be confusing... hmmm.... Regards, Philip=