Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113924 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 99780 invoked from network); 1 Apr 2021 19:21:57 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 Apr 2021 19:21:57 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CDEE81804D0 for ; Thu, 1 Apr 2021 12:19:47 -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-il1-f177.google.com (mail-il1-f177.google.com [209.85.166.177]) (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 ; Thu, 1 Apr 2021 12:19:47 -0700 (PDT) Received: by mail-il1-f177.google.com with SMTP id 19so2983983ilj.2 for ; Thu, 01 Apr 2021 12:19:47 -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=R9aDYubEffwmC3U/zFut/6ZFSvtwVyok7Y0w9oM+Zl4=; b=andSfiJmBNKdnURmijThQT/1Y2f1J3Rsa58fEq352Unlxk7TJ39WBltroZnJEopZ4O 8e4MCTGluuWH3+I5R42JGrooaj4MXBW+B4s9/deKycgCboGMNiiOtrrpZ3DlozVZvjh0 Qm8kg1Mnwd9pFBqjk+IwbGjt/F4hHGZPRz3lw= 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=R9aDYubEffwmC3U/zFut/6ZFSvtwVyok7Y0w9oM+Zl4=; b=I6wQkBV1pwPBQCZS22Nv0c8mjEZ5eiN/9oKno2fITaTmUtgKOanFfG2sRpEIz7IwKr y/TVkw8+hRb1pIVLO0pq87V0msLi6rNpBgLxHwQk0mqA8KCB6Vs1hZwI6+Se0t1p2IBw 0QEfSMFm6q//fA6qbxD1bFqfkVelNixDa8n3yMX8+bGm0O3jaM6Rkx0v1Es+iJ2WGryd IwmmMvU781myC2iBDQcS3RGTPW3r8O2T+il/wJqGangJhYXknzd2bReCJOMt6+CEYzZo m81YxPriJTWQW95+cW+msSLBH0ik5ZatZNObq1J2Cp7ZtUA/50WzTuFxwFYNuJ15UY4X iybw== X-Gm-Message-State: AOAM531Tvb5QjGzBl6iWNIgGZpUO9+USbIcM+0VKRnq7JEcBpp1exy17 djrhRKY8nc7/elFpqMDSApk/SVhgPmG7MvzRh8LRow== X-Google-Smtp-Source: ABdhPJwYPVcaxMMCC9wnvor15kNL9UYWVWBpSexpDZ2qMpKdju3Jtq0+nBV3b7PSYLHYzms3JFrMtEYvWd6xFDnYS5U= X-Received: by 2002:a05:6e02:20ee:: with SMTP id q14mr7662264ilv.223.1617304786498; Thu, 01 Apr 2021 12:19:46 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Thu, 1 Apr 2021 13:19:35 -0600 Message-ID: To: Go Kudo Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [VOTE] Object scoped RNG implementation From: internals@lists.php.net ("Levi Morrison via internals") On Wed, Mar 31, 2021 at 10:39 PM Go Kudo wrote: > > Hello everyone. > > Object scoped RNG RFC vote is now open. > https://wiki.php.net/rfc/object_scope_prng > > The deadline for voting is April 15. > > Previous discussions can be viewed below. > > https://externals.io/message/112765 > https://externals.io/message/112819 > https://externals.io/message/113720 > > Regards, > Go Kudo Sorry if I missed an optional "intent to vote soon" thread. I voted no simply based on the fact that namespaced things are going into `ext/standard`. We have an open RFC discussion on this issue, which has had discussion as recently as 10 days ago. I cannot vote "yes" on anything involved with namespaces in this context in good conscience. At the same time, we shouldn't block things indefinitely.