Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109861 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 29239 invoked from network); 27 Apr 2020 22:53:05 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Apr 2020 22:53:05 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 157971804F2 for ; Mon, 27 Apr 2020 14:26:06 -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=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from box.beccati.com (box.beccati.com [176.9.123.236]) (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, 27 Apr 2020 14:26:05 -0700 (PDT) Received: from authenticated-user (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.beccati.com (Postfix) with ESMTPSA id 817EB200313; Mon, 27 Apr 2020 23:26:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1588022763; bh=ZCQDyFvWIFFUca61XpXzVtYuWQZV7Jb4qVO11Bd/2Ag=; h=Subject:To:References:From:Date:In-Reply-To:From; b=oEKqauiVJXSRaRX6VV0j/SHpb6x6nm1BaiSGbitvKZz6KX09yObi2vq+WUXRIjBtN GsZZplt3vchvgioCei4/Ab6cQ2f+svRTafJiaVnb3BEI3j0huXhhAKjYdp2iBtHg8a VrDRpZrzVRWoCBc6dQuWnVpdBErGZwIIGQ4sHcw497q6ZSHWgMYllOrIqQ22Sh5ddW 0yc9bY9mxrdAdbutfZ4pA5xDRqVzXqJ8Pzf3+M0aSlKCJxryjbhweh4JLsE2bSwdsX BcFE6Expe3GrED+VNPw0Y/Jc14S8YtNA4i7uU+f/hOXtMNNSJezLoIbn0/tCzdYlAS 1U+Vhciw/SBKQ== To: internals@lists.php.net, Sebastian Bergmann References: Message-ID: Date: Mon, 27 Apr 2020 23:25:58 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Unbundle ext/xmlrpc From: php@beccati.com (Matteo Beccati) On 26/04/2020 16:56, Sebastian Bergmann wrote: > Am 26.04.2020 um 15:28 schrieb Christoph M. Becker: >> I propose to unbundle ext/xmlrpc, and written a respective RFC: > > Makes sense to me. Make sense to me too. Also speaking as maintainer of an OSS project that still has an XML-RPC API, which depends anyway on a userland implementation and not on ext/xmlrpc. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/