Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117994 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 75806 invoked from network); 17 Jun 2022 17:53:52 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Jun 2022 17:53:52 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C9E641804D0 for ; Fri, 17 Jun 2022 12:42:10 -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,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 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 (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 17 Jun 2022 12:42:10 -0700 (PDT) Received: by mail-yb1-f175.google.com with SMTP id v22so8882768ybd.5 for ; Fri, 17 Jun 2022 12:42:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=colopl.co.jp; s=google; h=mime-version:from:date:message-id:subject:to; bh=6p6BLoD8ZKSjb33r1uDzvCXwmJ5d84hx4khnYJqP/ag=; b=Qd31b5DkVHMdMGLJs+RPph81KIgeZWYw56QWd6xQiKaU7uKHXdUeVP3uyNb2tQXNkv bLHLmlg3rF4UhXvwLc3MvkGu35myWrnMXSb1MW25iptHLhLmO0RE1Ofwf+NKwFeARkRp pbM2h4CT9b/cazIVXWk1xqBBbiMmcLngogO1mHpg8+9jTlwKtK+E8UQi8NHx6HV8d35l Yewn5HnAr4WQ/NwmZpLGVhkesnSeZzIpTKkkE53CIyrXgROJAc5SjGEtqJ91Cl9ZJIiQ zbuqg3VW3z6D53LrGd/nMBULB6bHZ/qupR8EYKjcsfXhszW5FwrIUyoBLIu0MV/xbU1K dXLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6p6BLoD8ZKSjb33r1uDzvCXwmJ5d84hx4khnYJqP/ag=; b=Racbd4ppZcicFtuaZoy6Wi60XjIRDp7Z5Qk++nJCVKm9a5M5KGVtwaSXmFeDIkQdIB iYqSAkmhlv3lG4WzYii4U441YE6dTGnvgUXosXNyTrzUwk3hzJLpFRSyIF2ZJfW5McK1 j+FYOyvuWmAd2Mc845L2qtcHjhNyHvk0gi/uCIKjG6XIr6A/iFyiovkVA+u3cuY32EHK hWEI1UNT/MMS1/BWhacFN0uHXTvpMF/OKlwrH0tNm6dHqAagKjG0IZvpSrMC2c1iAKX7 B5334wteScuyLvAhpTTN5rH9QD1JtOeEoudCq4s8azKvp8l8YMvA1bMZkcGRqvudBXc/ VjaA== X-Gm-Message-State: AJIora8Wr8z1dlT2NQeJCOCzFHLNYdB6esmO+qaoiE7+//BxSCFmZa1y i5fdLf0ZqznKDqdguhBN9BuMdcS91AH3qAotR9B54zkGhjy2 X-Google-Smtp-Source: AGRyM1s4B5OnrH83szyFWkS2NwjtlIEsxhquU46x58b+WQn66N1Gvdo1D5JwkuaRSO9+h2xhuZ/6ndQpfG+tbmtLUtU= X-Received: by 2002:a25:77d8:0:b0:663:5e85:a632 with SMTP id s207-20020a2577d8000000b006635e85a632mr13243017ybc.375.1655494929459; Fri, 17 Jun 2022 12:42:09 -0700 (PDT) MIME-Version: 1.0 Date: Sat, 18 Jun 2022 04:41:58 +0900 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary="00000000000032c92605e1a9f385" Subject: [RFC] [Under Discussion] Random Extension Improvement From: g-kudo@colopl.co.jp (Go Kudo) --00000000000032c92605e1a9f385 Content-Type: text/plain; charset="UTF-8" Hi internals. An RFC has been created to fix an issue in Random Extension 5.x. https://wiki.php.net/rfc/random_extension_improvement Voting on this RFC will begin in two weeks (2022-07-02), in time for the PHP 8.2 Feature Freeze. (Vote finished in 2022-07-16, Feature Freeze is 2022-07-19) In the unlikely event that the Random Extension 5.x RFC is rejected, this RFC will become invalid regardless of the outcome of the vote. Best regards Go Kudo --00000000000032c92605e1a9f385--