Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95853 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32165 invoked from network); 9 Sep 2016 12:18:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2016 12:18:01 -0000 Authentication-Results: pb1.pair.com header.from=marijic.silvio@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marijic.silvio@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.54 as permitted sender) X-PHP-List-Original-Sender: marijic.silvio@gmail.com X-Host-Fingerprint: 209.85.214.54 mail-it0-f54.google.com Received: from [209.85.214.54] ([209.85.214.54:38762] helo=mail-it0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/56-61313-878A2D75 for ; Fri, 09 Sep 2016 08:18:00 -0400 Received: by mail-it0-f54.google.com with SMTP id c198so11080698ith.1 for ; Fri, 09 Sep 2016 05:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=DTcCBAwbhWKBuZO/U3sk8eu+pBwybcNp+rKJv7E4lDQ=; b=LnoE8qJ55Gol6sF+rElrN//QGy3oM0V9/LK0BdzW27mLwFYAEbu2q6Gz7MNbEHD9D8 JKxSTEqwVj6JdkLvOAZTOp/hbqwZqZ4OyKfJLk4ovmnbAyxMpRhSD9jLJ6tlg3zTcQ6i lIO4LKK35YAT0hWTKR/REXD7u5lKUU4TF98SWQg+N2Y9were97v5r5dHxe2f2DCvB/sm mNEaJmrTwcgGB7HlS3aQ2ryFQ2r7V5ij6phGMqxAJBjtlFE8lW3cVfeq8zeudL2c5C23 zdPvEBR5dxa3tWjFEPKYCXHw5uP+I+nyOqV0QtcH6gaY85ecaXiqpYYQtAgyQRS1e53F H/5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=DTcCBAwbhWKBuZO/U3sk8eu+pBwybcNp+rKJv7E4lDQ=; b=HHusGip5uSLnEdXbFdP9pCCkVlyCb1ZhRZvYsW/8Pr3Of+m8zCxoQ8rpheEyKTakqF F5bWDO6syRIfXEM62XhJDGQZp0iALznB5mufBBJFUpgNHBHEu7oSXxFVpq6zqrOwmKoi bWldlBbdJRMyuN8YKSptDRiDejCfUaUhfT+xvKBaVgfUVKiccSOe0eMzjKTTJljxcZRY RleLRA70cguJMG5+PiFI/K3NC7E1QZXL7A7ceVPy4Mwz8eARGTLYdpNszOYLb+Bwv5Rp RvSC+U9oV6/eCC9zDOnLt6UBSD0rsV12gvOhJNp1T7pQImIxeL0RwwIeGnpLagDsdrTC wifA== X-Gm-Message-State: AE9vXwNGfOOVJsaEoILYEGcz8bcF18JmOaxL1Fez7oTg0Z+apOInclbQLdGxm0r4A5OBAQQrYwD7HwG7pjuAtQ== X-Received: by 10.157.33.133 with SMTP id s5mr4136785otb.209.1473423477532; Fri, 09 Sep 2016 05:17:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.237.74 with HTTP; Fri, 9 Sep 2016 05:17:57 -0700 (PDT) Date: Fri, 9 Sep 2016 14:17:57 +0200 Message-ID: To: PHP Internals List Content-Type: multipart/alternative; boundary=001a11494724fb71f5053c1222da Subject: [PHPDEV] Bearer Auth From: marijic.silvio@gmail.com (=?UTF-8?Q?Silvio_Mariji=C4=87?=) --001a11494724fb71f5053c1222da Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Came across this issue https://bugs.php.net/bug.php?id=3D72915 and got an idea. I've added PHP_AUTH_BEARER to $_SERVER when Bearer auth token is used as Authorization method. Does this kind of change requires RFC ? Would this kind of change be usefull enough to go into the codebase ? Here are the changes I made: https://github.com/php/php-src/compare/master...smarijic:php_auth_bearer Cheers, Silvio. --=20 Silvio Mariji=C4=87 Software Engineer 2e Systems --001a11494724fb71f5053c1222da--