Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95172 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14294 invoked from network); 15 Aug 2016 05:53:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2016 05:53:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.53 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.53 mail-pa0-f53.google.com Received: from [209.85.220.53] ([209.85.220.53:34300] helo=mail-pa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/6B-36656-CE851B75 for ; Mon, 15 Aug 2016 01:53:48 -0400 Received: by mail-pa0-f53.google.com with SMTP id fi15so13799512pac.1 for ; Sun, 14 Aug 2016 22:53:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=+gsWQNQ91r468ccm4q2R4sWmAAeIUjBq5/2AeXKShPE=; b=MSLA1BkF3JmJ9ODJoZ9KjZfZmYpHhi7eJTQVDLGUE2kr6+27iFCjEZEIDkpfY+Lqm7 capzSvNcJiOUwc7EfCkaMHaTVBur1fzPU+uGu3qSNp1Bjv6f+jkYlHubVQa7yhg1fKGL yaSBLQtUoG8HOU325KLIZvnoAJI708HhukiTELB/8V78HtAfLWz+NqHCPX5tZAcr6nHt PCtmpvpgBEYgkGu/A4TajS6Xkd60dNkZ9kZNUQv80PlpHng0hyVsFLpn3dAcG9PdqH7M ve23BGnzqt+PJa8gM2lWsIq0CrV5U8qg+6wYdXRwVTt6yn4qZyjjm2KlyR1FJh79mFud /NPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=+gsWQNQ91r468ccm4q2R4sWmAAeIUjBq5/2AeXKShPE=; b=LX7CdVAdc5oHmd52OA5OFP7ZSOJiGCRByyf3i5bQjliHgRvJBK2HFC9IGqVUAlhUM2 Jn0sN2Sm0Q71Gi6jUMa7YblW+HbLxKDKEU3c1zDekDdjB5H6l+RQ09/J/vIsij/DT908 JoS17+z/QiSMS5sib/5J86CPMnN/vqnC4Yeo+jVUzGw2hQ1OL2gWJ2ODQGUACemKY9sC Vjd4hJULM7mvMiq1r2YZkvB+iC1AHdPql8nifb2UjKtUMXNGbj5Oy9MF8r5GbWYfF2id MBk3IgfgqefUIESvgUwFAt1Sq7YdUiZR1g8tgklR/itka7isfFRhTji8Z1ADt2DL76oN RB4Q== X-Gm-Message-State: AEkooutBNXFqSSa4yNYhUL0HmPraVKb9G1/BKV8yF3ounD1Nfm9NWfDQn4ABq47WJEQqJw== X-Received: by 10.66.227.101 with SMTP id rz5mr50620312pac.81.1471240425264; Sun, 14 Aug 2016 22:53:45 -0700 (PDT) Received: from Stas-Air.local (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id e10sm29405851pay.39.2016.08.14.22.53.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 14 Aug 2016 22:53:44 -0700 (PDT) To: PHP Internals Message-ID: Date: Sun, 14 Aug 2016 22:53:42 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [RFC] orphan extensions cleanup From: smalyshev@gmail.com (Stanislav Malyshev) Hi! I'd like to propose an RFC to deal with extensions that currently have no maintainer: https://wiki.php.net/rfc/umaintained_extensions The main goal of the RFC is to initiate the process that by the time of 7.1 release will result in no extensions in PHP core being unmaintained. The process would be as follows: 1. Issue a call for maintainers (specific details of how, where, etc. are to be discussed, ideas welcome). 2. Wait for suitable time and hopefully find new maintainers for most or all extensions. For some stable ones not much commitment is needed beyond declaring you are willing to be responsible for them, should the need arise, for others some bugfixing may be in order :) 3. If after suitable time we can not find anybody to care enough for the extension to be responsible, move the extension from core to PECL. Please note that the ideal result is 2, not 3, but the goal is still to have no unmaintained extensions in core. Please comment and discuss! Thanks, -- Stas Malyshev smalyshev@gmail.com