Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110124 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 6568 invoked from network); 11 May 2020 10:54:20 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 May 2020 10:54:20 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0A5DA1804C4 for ; Mon, 11 May 2020 02:30:45 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS3301 81.224.0.0/12 X-Spam-Virus: No X-Envelope-From: Received: from v-smtpout1.han.skanova.net (v-smtpout1.han.skanova.net [81.236.60.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 11 May 2020 02:30:44 -0700 (PDT) Received: from [192.168.8.9] ([84.55.126.158]) by cmsmtp with ESMTPA id Y4lnjW9btw0i3Y4lnjeauK; Mon, 11 May 2020 11:30:43 +0200 To: Nikita Popov Cc: "Christoph M. Becker" , PHP internals References: <882bb1d5-fd8d-f3ad-85cf-58fa6feec41d@gmx.de> <81cc5e5f-e084-fedd-f178-dc675c324ded@telia.com> Message-ID: Date: Mon, 11 May 2020 11:30:45 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------198A98CD7BA2A6A7283B9460" Content-Language: en-GB X-CMAE-Envelope: MS4wfGU6qjrnpnvAJBOJ6DGDhYzeVDM4a50jS3HXXJJvEY3I/XBqpJzbwEEvMVSXpsRQxGfn+2xXFm+OlRgm4I2qwKGuyzeTRS/BYCNY8vRWmMQuATL3uNsu IDCiZ63YZRjVXNSCQjog53NgwmN+PIHUO093GLED47MP4vCkacKU0Dgplwgj6NdfR9GQz4Lj1DhgqcsrVtVD/Yr/2k/jMN2MNnxzINg2qLSlsehOiNl5ZK32 ia+/v3/rrHlPTqonEK/9dg== Subject: Re: [PHP-DEV] Re: [RFC] Unbundle ext/xmlrpc From: bjorn.x.larsson@telia.com (=?UTF-8?Q?Bj=c3=b6rn_Larsson?=) --------------198A98CD7BA2A6A7283B9460 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Den 2020-05-11 kl. 11:16, skrev Nikita Popov: > On Mon, May 11, 2020 at 11:00 AM Björn Larsson > > wrote: > > Den 2020-05-11 kl. 08:57, skrev Christoph M. Becker: > > > On 26.04.2020 at 15:28, Christoph M. Becker wrote: > > > >> I propose to unbundle ext/xmlrpc, and written a respective RFC: > >> > >> > > Thanks for the feedback so far.  Unless there are further issues > > regarding the RFC to be discussed, I'll open voting tomorrow. > > > > Thanks, > > Christoph > > For sure it makes sense to unbundle it! However, I recall the > discussion > that was held around unbundling of ext/wddx that was about PECL > becoming a graveyard for unmaintained extensions. Is any of that > also applicable here, e.g. secondary voting option? > > - https://externals.io/message/103164#103209 > > > To be clear, the secondary voting option you're suggesting is whether > to deprecate the extension in PECL? > > I believe the RFC already addresses the question, and I agree with the > reasoning where. Unlike the move of wddx to PECL, which was partially > made because we had specific security concerns with the extension, our > primary concern here is maintenance. There does not seem to be a > strong need to signal that people should stop using it ASAP. The > extension (and more importantly, the underlying library) has been > unmaintained for many years already and the move to PECL will not > change things materially in that regard. > > Nikita That was exactly my concern, i.e. to deprecate it or not. I was seeing deprecation also as a signal about quality, not just if there was a security issue. OTOH, maybe that's obvious when looking at the changelog in the future. r//Björn L --------------198A98CD7BA2A6A7283B9460--