Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113628 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 13588 invoked from network); 19 Mar 2021 18:57:08 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Mar 2021 18:57:08 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4A29E180508 for ; Fri, 19 Mar 2021 11:51:42 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-qk1-f196.google.com (mail-qk1-f196.google.com [209.85.222.196]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 19 Mar 2021 11:51:41 -0700 (PDT) Received: by mail-qk1-f196.google.com with SMTP id y18so4006571qky.11 for ; Fri, 19 Mar 2021 11:51:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=newclarity-net.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=QtxBgHqHTkVCMyYMsNl+pLPjD9ugamgCr3TZkNesDBA=; b=VZEgT2cwjiWK1qf0okeOnqjnSuCwQnJ9y1Qr1IlCueBhOPTdyBkyNrKXPLCdRrg5Jg Mraeq1qPpZ4Yfl3QHDqzrjN8kAHUMOD5XB/iuL7pnhTJayblx9ljzrVm/rza/2pohLLM +5teyc1vNTnjkPL6rb3DgER6soGm1FyCsgeR9gbBioS/iLT4X/ZCP8CKgd7pjkkCFY0j kxyXSLaRTAu12g7hKw5V/3UH5r6ZbBzPWKbzqxKTjZ+dG9os7cm8zmfnCN7dKSkkKCZW trc11tOzY2/avA0KZvgY7ugNLEQY6TiqkIfPI+N8APndSmBJ/q/hsYpeM21RgQ00nvM3 BsWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=QtxBgHqHTkVCMyYMsNl+pLPjD9ugamgCr3TZkNesDBA=; b=PPH+myUxNOiveQowl4sUcMLnIJZt3KTRGAyoXr88leHZXbewOKXYsU7V0pCJsXNX8Y u8BQLIfnO30vc/bvxOoAMrh6YFyfmZ77ZBKwwhSQvNb9KopFL+yYpucQC6pu+u+nyzvT E8Vy78EUzw5z0R4IPuaZ5aiR4c6njwv/HwwS2bWRA96gO6Ab+ungBi6iVgCAp3DssTP7 oxczyX+MZDcRcFjgO8nGYERhQdasgJz4Y1llEqMFfCN76SAH75BSrpz63oNil9S708bu NcmAQ7g4kELO/P/cdRnk2l9x+kbJ3o9TpOTJLqwwKF3hXmlpOnzdzeE6V8KeQgDgOdUY ZHXg== X-Gm-Message-State: AOAM530YqagoqtWaZp5Q9+494MIRsU5PtibJ4hsS23UdsdMA7e4rfdcj cZMd5QzO2XHJnBmj4llWi9CXDA== X-Google-Smtp-Source: ABdhPJxyjoOC5tVJcrCMvKuGBdOVEoRmoEw+lxG/ruLVEkZPLfzRteOAm4PCLeoGNiLT8otiol4z3A== X-Received: by 2002:a37:9fce:: with SMTP id i197mr6206qke.155.1616179901113; Fri, 19 Mar 2021 11:51:41 -0700 (PDT) Received: from [192.168.1.239] (c-24-98-254-8.hsd1.ga.comcast.net. [24.98.254.8]) by smtp.gmail.com with ESMTPSA id x21sm1563809qkj.25.2021.03.19.11.51.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Mar 2021 11:51:40 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) In-Reply-To: Date: Fri, 19 Mar 2021 14:51:40 -0400 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <341E78A4-B42C-4C4C-B0C5-A190187D6920@newclarity.net> To: "Christoph M. Becker" X-Mailer: Apple Mail (2.3608.120.23.2.4) Subject: Re: [PHP-DEV] [RFC] Namespaced in bundled extensions From: mike@newclarity.net (Mike Schinkel) > On Mar 19, 2021, at 2:44 PM, Christoph M. Becker = wrote: >=20 > On 19.03.2021 at 19:28, Mike Schinkel wrote: >=20 >> The registration process would be as simple as submitting a PR that = includes the requested namespace added to both the README.md and the = namespaces.json file along with a link for more information. >>=20 >> There would not be any approval process per se other than merging the = PR, and there would not be any "owner" of the registration per se as = registration would merely be a stake in the ground to recommend others = not use that same namespace. >=20 > I wonder how long it would take for somebody to submit a PR which > registers several millions of arbitrary namespaces. A good bit longer than it would take to deny the PR and not merge it, = I'm sure. So I guess to be explicit, one namespace per PR. -Mike