Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95182 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42115 invoked from network); 15 Aug 2016 10:41:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2016 10:41:08 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.178 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.161.178 mail-yw0-f178.google.com Received: from [209.85.161.178] ([209.85.161.178:34737] helo=mail-yw0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/20-36656-34C91B75 for ; Mon, 15 Aug 2016 06:41:08 -0400 Received: by mail-yw0-f178.google.com with SMTP id z8so24333539ywa.1 for ; Mon, 15 Aug 2016 03:41:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=b3gZBtOsh1Z1lwKDeQw7Aisz0teNIyh9P48avnFmueU=; b=A/iuJYwR7qOPsEZ6FA88tRif8qS5yxSEpymJBJrvS6Y8VNEZgIdEz1DDFLchHifDn0 e4EMp6sloh8mma0ZAOGGWWmEU+6MWnQ0ZOqA7sCUsWMVSrG9U6tk9E79zmxtO9g4esVw yXKdl4oI7guJj0VSia8+TJveB9aN/XNe/wXE1fv4Rp/v/Wqavkku/uFTARazj+lwjVas cU40V9jPuiMER3ztgZ9/rOrcpAl6qKj0e8iSShQzM7NEIUQJkzGMmeAkD2r1Pq4euk4M A3uJHkJQlMHUuWmn41ADaBXuDLBmefNgMRdX0IoN3cerdVutwgktyQo9m84mm32Ibfqm VMiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=b3gZBtOsh1Z1lwKDeQw7Aisz0teNIyh9P48avnFmueU=; b=l7yo2AIcjWfPkD9mzYUjUPvCsTIrdh93/8d3+5rorsZzv0r6j7zmY3+PrDXXSYkhJB N+kkw56iSr9R8OsRtIBO2K83zWxGBDW86YXqvmSxGJH35Z6vOaKY/JXX8UNwrPXxVzL7 oQrEs7MDHJgVwhv+ErAQYkPeSAFVw7uqGgmYpDqGDom9A+UaEHfr/wu6PXZMoAiEEY02 sgMz8o7+75y3P/z+CUs2vTAG7uPT23e8m40Qb9AoZOf9d7ov3o51fbM3BioWvUxdbVgO yJT6MrZO4I8M/lIqhU+tAy36D3mjdB44cM5E9y0MIr5eJuUI7D6f2VZYCxUA0VEGQSBX usFA== X-Gm-Message-State: AEkoouvkqdx8Eq5+ylkRHRlHXAEJrV4Wo7ATfaUiHaNZ3myO+QkAuDZwZUNGEM3MG5P3xtbxmTX4U9ODnvFVrg== X-Received: by 10.13.254.135 with SMTP id o129mr21454831ywf.117.1471257664940; Mon, 15 Aug 2016 03:41:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.131.129 with HTTP; Mon, 15 Aug 2016 03:41:04 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 Aug 2016 12:41:04 +0200 Message-ID: To: Stanislav Malyshev Cc: PHP Internals Content-Type: multipart/alternative; boundary=94eb2c07e31e7dfbac053a19de41 Subject: Re: [PHP-DEV] [RFC] orphan extensions cleanup From: nikita.ppv@gmail.com (Nikita Popov) --94eb2c07e31e7dfbac053a19de41 Content-Type: text/plain; charset=UTF-8 On Mon, Aug 15, 2016 at 7:53 AM, Stanislav Malyshev wrote: > 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! > Is the a list of extension maintainers somewhere? As others have mentioned, tokenizer is effectively core-maintained, but if you need an explicit maintainer, you can put me in. I think the interbase extension is missing from this list, I don't think it has an active maintainer. Nikita --94eb2c07e31e7dfbac053a19de41--