Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114444 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 47736 invoked from network); 12 May 2021 14:43:39 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 12 May 2021 14:43:39 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B850B1804B5 for ; Wed, 12 May 2021 07: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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-yb1-f175.google.com (mail-yb1-f175.google.com [209.85.219.175]) (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 ; Wed, 12 May 2021 07:51:42 -0700 (PDT) Received: by mail-yb1-f175.google.com with SMTP id l7so31004460ybf.8 for ; Wed, 12 May 2021 07:51:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0RyS9nNB0VvXUrWmwzL2lZCKw1oOWnI32bMIiq9mJOs=; b=WEvPYAPid0RkdJWA8X84VORcSKsADxaI+xAU/nB9Cpm/hdkU+/mnemPlGdlPvUy7Zz hI527P7YVJXyAwJu1t57jQFTU51kVFlIuLbijPgeP61SB7WqCTqIKI59bFJ6VgnWLHVS QVoZvOhCDVciG3sRrKvnHljz7qh53TnuLbJjc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0RyS9nNB0VvXUrWmwzL2lZCKw1oOWnI32bMIiq9mJOs=; b=tYe+JOC+JeQBGwRXbACb6ktuO+46p9EUyHsOQSdsnlRW5TJUG6zPGX7KSI4rwb4TGw h0iin1SA1GZW17Qs5v6gMyZ67fQ5Df+ZZOp5Ng/SbrkY4uYdxdce1Xpm0EynhD/Yq3QQ O4GGcY71q0ezI6foYbRiCXj/zWghwn5+VZBZCQBUPEZ2CPOR6m7OkAeS7LsRH3+V/Sbx XaXDCH40GkGYJ3mXwtd+ur9GQsmQeqCzwuxEIjVfyqvCTaf3YCdMIthXN2w1tsj7dbyQ WbMisuTP4p4CEXl5Mmdox1LbbNdvqNtSd7Xkc7rL42gHRphHWNhSso1jIh5kY8mAUC6g dHIQ== X-Gm-Message-State: AOAM533Oe+qiBD/DufG7TDGw/unq1REP1On19tF9kGIepPXPtMsaJKOi CeS9jtbyakLAIrpOD70mzHZxPW2vOekKSEtlYTWM8g== X-Google-Smtp-Source: ABdhPJyIfql5vtYWMbYgoRWE3JVFRakVTTNj+aEMaO3EQFf7joibe3gMjvZxDYYQ5Mkrue4TId7qGOsu2kwVETxm2SQ= X-Received: by 2002:a25:6946:: with SMTP id e67mr49270258ybc.85.1620831100947; Wed, 12 May 2021 07:51:40 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Wed, 12 May 2021 08:51:30 -0600 Message-ID: To: Go Kudo Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Discussion: Object-scoped RNG From: internals@lists.php.net ("Levi Morrison via internals") > Also, I am happy to see that Nikita's rules for namespace assignment to extensions have been approved. I'm going to use the `RNG` namespace. Just to be clear, you can only use `RNG` as a namespace if the extension is named `ext/rng`. You cannot add namespaced things to `standard` nor `SPL` nor `Core`.