Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114445 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 49380 invoked from network); 12 May 2021 14:47:10 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 12 May 2021 14:47:10 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4137E1804BD for ; Wed, 12 May 2021 07:55:14 -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,FREEMAIL_FROM,HTML_MESSAGE, 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-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) (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:55:14 -0700 (PDT) Received: by mail-ej1-f48.google.com with SMTP id a4so35464963ejk.1 for ; Wed, 12 May 2021 07:55:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=CsS+XjgdtMMzCr4kErS/zK60rTf7NGEvNkoWoXi2g78=; b=R3m1eMhdLPp1yg4mxHf24HFaI5r+QKFgDZMxwleNJEL6MCu3yO1oRoYPp8+CIQqA2B ab6t4ya4Zcupbo0l0tsigJ+gTnMDJ4whM7+Na7mEB43UcVSnqyUxigT0dh8jLUE+TcvB zvBw7yLKmr9kqoVLnIK/NWL5LMf5SGks856DZt+s0H/l86mnHGb0iBjpGsuSjkcMJvlM LZ4pHfzg0UQRga8Frb8RpvxrYiclFEgKvIGXuvMiMKRWaVa7rrqvRWehChKiUzPZt/yI aErA1QV21C+sk5L/ZQn7QJ6x9wE0ZhfQSjOLlM+SQSvwawCV4KQShRfh9cNFkaHAPjOm nKSA== 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; bh=CsS+XjgdtMMzCr4kErS/zK60rTf7NGEvNkoWoXi2g78=; b=l+cTElz5WuP8a3SrgLJwuyMcnTomnNdDA+ZDGDVvgiZomraz964jmUYxHJAaRxmYqY y0dVisfJmN7DLSTp49Ir+JzHe6emglFiStbmPdveUJd11CHP14r9KJIUknS3Dv6v0sQN mCV+dHq1dCUg4qlbkx5TwOKkg3B2jJYizYjgAhHFosHLC6NU1AXMTLKEH7QgGQDLGfJS X9iYd66TcWWmH0t5iAqUFfghFj9Z874OsjnZYFpkpPF/hIQhFTt9qyU1sCUcd7FEbvKd rFsFwNk2X306+0XBgZ3bbcEgQ4k9YqDO8WqLjY3Au4DJJd02KpHLVyw6JhwTovWkkZpu G4hw== X-Gm-Message-State: AOAM533eCXvd/f4wDNNvu44lrPbOZCJtt8csBrO4v1dmOIkKuG/9cG0B I9DSzsWTASbqN4XQRnaVXo+wlTqUcphGZq8QCAE/jvqI/y0= X-Google-Smtp-Source: ABdhPJxZ/B5EFDJ2aGVNnNQOr4PO2+XWmTGKdrg5n4hNhXtkr/8t2wd6pMozdI9XcmAhvQQZb9JnLqsJwLLMgTzZah0= X-Received: by 2002:a17:906:3989:: with SMTP id h9mr37657921eje.309.1620831310606; Wed, 12 May 2021 07:55:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 12 May 2021 23:54:59 +0900 Message-ID: To: Levi Morrison , PHP internals Content-Type: multipart/alternative; boundary="0000000000008274bb05c22332ea" Subject: Re: [PHP-DEV] Discussion: Object-scoped RNG From: zeriyoshi@gmail.com (Go Kudo) --0000000000008274bb05c22332ea Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sorry about that. I thought I had indicated that I was getting rid of bc-break and carving out functionality for the `ext/rng` extension in the context of reverting to an ORNG-like class-based implementation. 2021=E5=B9=B45=E6=9C=8812=E6=97=A5(=E6=B0=B4) 23:51 Levi Morrison : > > 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`. > --0000000000008274bb05c22332ea--