Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73230 invoked from network); 15 Aug 2016 16:46:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2016 16:46:40 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.41 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.41 mail-pa0-f41.google.com Received: from [209.85.220.41] ([209.85.220.41:33989] helo=mail-pa0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/F4-36656-DE1F1B75 for ; Mon, 15 Aug 2016 12:46:38 -0400 Received: by mail-pa0-f41.google.com with SMTP id fi15so17559676pac.1 for ; Mon, 15 Aug 2016 09:46:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=NKnKgIQ29AHtS+FAZwBNKf/u4KgAKd7ukAign/tFAyM=; b=Eq2gLWy5niwZL4e55x6aUJs+A8/HmRo+SYS6nkzvh2UHGqhZ1MxHMSyVPffs+M2x6i hGjA9f2DpqfwzYz4LjOwmsxt5FTlHaN8wbQBqYq4jkgXYejkQTwKZuW9ok0Usiycv/OV O6iEwIUYTMS95WTPlbzjHdnwkvOmkeA2LCC0STNu+QC2hzXxNT48zeskrpxBSBGKIAPZ AJnsmOd3Gxe+AOdJTF6MSpDDyvfjGv8iuvNPYzup6QsPUBbngpiSrb5UQ3GH5BKuKQ8c rSMMTzV5UMJKlORgU/3B2bVEKdFpjjzbad0w8+cV9kHWxIT6hv2Bd/vb3BL7RpIqBzbc UyFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=NKnKgIQ29AHtS+FAZwBNKf/u4KgAKd7ukAign/tFAyM=; b=jg1n05IYVZFOvP8HFXyOIfyNZi3dYMhzlOeoVLv0sIq2DDOMJzgcqDgKzuJgVUysjv Ab1Ffk5WKrTXtsU05wgcCU4n/pSSMn05E/zBbPlIynViH+zZEeHQFY9zMnaNanKTTf4v mfsIqNkHmleoYGZ1nsqdq39ImKQA2tOd3nrbvJ+tZrgDJicp7KvazHEtSiSJVMqF95gW 6dAAlzQlAWnJ7HPwG7lbAAA7ndpDn8r8LrvDp1rUrh59/IiUwsWZNarIFa9dki6+Eejd gLv6fiKa8kGGgVxz9ALMwIvQSq+vQDSUQl48PNTFEkrjwfpUqr3rJmEafcpymx9h8zOf mh7w== X-Gm-Message-State: AEkoousqy8p/HbLyFYFFcH2CNT3vcU4ni5Qz3BerYqy30xD0Pwhrl2/Nd7VmWnpV7j8+WA== X-Received: by 10.66.146.69 with SMTP id ta5mr4411341pab.157.1471279593952; Mon, 15 Aug 2016 09:46:33 -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 b64sm32713211pfa.82.2016.08.15.09.46.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Aug 2016 09:46:33 -0700 (PDT) To: "Christoph M. Becker" , PHP Internals References: <351c6035-2428-5296-2429-69145f7da841@gmx.de> Message-ID: Date: Mon, 15 Aug 2016 09:46:32 -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 In-Reply-To: <351c6035-2428-5296-2429-69145f7da841@gmx.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [RFC] orphan extensions cleanup From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Generally, I'm all for moving unmaintained extensions to PECL. > However, I wonder on what information the concrete selection of > unmaintained extensions in the RFC is based. If it is > php-src/EXTENSIONS, the RFC is moot, in my opinion, as this file is > grossly out-dated. It seems that I don't see how it makes it moot, unless that means we actually have maintainers for all the extensions but we don't know it. In which case, I think RFC is successful, even if leads to just updating EXTENSIONS. And since we don't really have anything else, at least for now, we would go with the best info we have. As you can see, there's also a need for updating EXTENSIONS and figuring out if the listed maintainers are indeed still active, which will be topic of the followup RFC. > Again, I don't complain that the maintainers are inactive (what is > absolutely fine for me), but rather that php-src/EXTENSIONS is > totally out-dated. True, but that only makes the maintainership status update *more* necessary, not less. > The bug tracker statistics appear to present a somewhat more > realistic view: . The topmost > bundled extensions having the most unresolved issues are standard, > soap, date, spl and pdo. The XML related extensions (libxml, dom, > simplexml, xml, etc.) also sum up. The problem is not a sheer number of issues, but the question of if there's anybody to take care of them, especially the important ones. E.g. I've had to deal with wddx and exif issues, even though I don't know both formats well enough - because otherwise we'd have security bugs sitting there for a long time. Also we have security issues in mysql that nobody is taking care of, and in FTP, and in libxml, and in FPM, and in other places. -- Stas Malyshev smalyshev@gmail.com