Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120379 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 55767 invoked from network); 22 May 2023 07:23:33 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 May 2023 07:23:33 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6D8F1180384 for ; Mon, 22 May 2023 00:23:32 -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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE 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 chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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, 22 May 2023 00:23:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1684740210; bh=PGjGNkO/DgHlDMJs12eHcRaYEJpO3IRMuKBvwtH3LkM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=XFHgZr0Oel1PVeCuYaiK3hSqAmmqQdItK5t+uDZiSkiI3+5srtfkTi79w6/3YoLfW P5eIBvlvvNhghSmsiEF/oyPAqy0eCsN6vzmyXuHFiZNG3HbvvTlGkkG9LCBEsa/Mf8 WS2AwSZyCkfGoZsj3NLSQbFi13ewDxmu8RbF6Pob77Srv9jzTR468RN5tjljKKCbAl 7hqsx9mSeUGoHK9p6GG7HT0oeyxChnMJ0yI4iSs7F7B0tgkLCmPrAZif33H5Hl0Ato sLGflN7OF3R8jEBza1X/LtjdElIeCq7YYZzh2IgPDUKjaxKJwTbKiHI9OSWjGoeS/l Kj8T8ClmjUlfw== Message-ID: <6a353718-2b42-ac19-e702-1d7b53460c1d@bastelstu.be> Date: Mon, 22 May 2023 09:23:28 +0200 MIME-Version: 1.0 To: Jorg Sowa , Niels Dossche Cc: PHP Internals References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] RFC [Discussion]: mb_str_pad From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 5/22/23 00:08, Jorg Sowa wrote: > As this is a new function do you consider any namespace for it? Based on > passed RFC[1] allowing for namespaces in bundled extensions it would be > nice to introduce new functions with namespace. Maybe the namespace could > be voted in the RFC separately? > […] > [1] https://wiki.php.net/rfc/namespaces_in_bundled_extensions As per that RFC: > When adding new symbols to existing extensions, it is more important to be consistent with existing symbols than to follow the namespacing guidelines. Best regards Tim Düsterhus