Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100832 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58141 invoked from network); 6 Oct 2017 17:26:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2017 17:26:45 -0000 Authentication-Results: pb1.pair.com header.from=will.fitch@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=will.fitch@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.41 as permitted sender) X-PHP-List-Original-Sender: will.fitch@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-lf0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:48827] helo=mail-lf0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/C5-16800-4DCB7D95 for ; Fri, 06 Oct 2017 13:26:45 -0400 Received: by mail-lf0-f41.google.com with SMTP id q132so21136960lfe.5 for ; Fri, 06 Oct 2017 10:26:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=ICH3XTJ/vi31tGAAFIrjaAxaMtOHnOsTwgrydHw4AYg=; b=OVf0A/GbXI/uelJIVPjLiA/Ukg0o/HxDwA87WVBRuIk3v4AAaYbnDYA7pFMhcGjtG6 xKkR5elOVh8pJP8O0yyjGmsPTy/RHfA2uBdr2MFa5/di322yLGwHlVqED1D6/mcMT+Hi b7G7mtt70HUHKd8nKrqBzIHn1xqzz4ogj0vmswOs/gRfBh9VoEgDiZXR1IqHEi+7hD/P Cjsrw7u4vmuO7Zb+YOkEZX37JTcY4sSVmdWLcXto8+briepCtRkB8o/PgJBkWjIsGSOk XgskObdIQSSUgIh2lZpU6Ex49Vry5pyPTLrMRSCh/iqD8BtXMrdQA+lauGslxxJzXQxM /Nqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ICH3XTJ/vi31tGAAFIrjaAxaMtOHnOsTwgrydHw4AYg=; b=RZjgonqSPx2Eyd2Sa36doiPsYj9WYscRGCxvxsxB14aoqlPHVfYAmNFrhpli5lndZu Vzz82DG1Qy0z2ElB6XPal8+8zqz/RrHfTwil9eoIq5ZA489oXJXYivujdFKC120vaLWr al4Z51MG6bPXVBAbJHUpnWSpqQ6+i1R6hXJxe/lvslxoFcAzPK/R466VonHLoRsiazRg hPuB3iDkyfMZH+d2eL/UBsDGw6Wa9OaMJj46w9zUKOCZ9yzmWSAlbPeWw6wigscqtJtX qX5F0k3ANib1meKdURCBZO4vaEfL3QAacf25cORgd5JfYW7mIpok1Apyqj5f3sJKfwDq 9JHQ== X-Gm-Message-State: AMCzsaW0WnLx0WbbSWAzs4DoJGa/9M/QeR5Ljia+vYVSxJNSbeQpPsZO uyn2lVQy38NHv9RHnEtmqr9AC5GIBek0vingmJ0= X-Google-Smtp-Source: AOwi7QArYkRfiSmAt6zgGQvnba9AXpAyB8ziLMV/0Zyak3ONB0yydX5f7FWBJoZkjT0OUHRlSxPJVcef3e9bxJd6LS0= X-Received: by 10.46.82.221 with SMTP id n90mr802619lje.82.1507310801815; Fri, 06 Oct 2017 10:26:41 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 06 Oct 2017 17:26:31 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="001a113bd552e88f66055ae4242f" Subject: GitHub and Extensions From: will.fitch@gmail.com (Will Fitch) --001a113bd552e88f66055ae4242f Content-Type: text/plain; charset="UTF-8" Hi All - What is the process of closing out pull requests on GitHub for extensions we maintain? For example: https://github.com/php/pecl-numbers-bitset/issues/11 - I have no way of closing that out other than to push a bogus commit with "Fix #11" as the message. Is there are grant option for GitHub extension maintainers? If so, both PHP and GH username is willfitch. Thanks, Will Fitch --001a113bd552e88f66055ae4242f--