Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112561 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 54481 invoked from network); 20 Dec 2020 04:13:25 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 Dec 2020 04:13:25 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E94AF1804DD for ; Sat, 19 Dec 2020 19:45:30 -0800 (PST) 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-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) (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 ; Sat, 19 Dec 2020 19:45:30 -0800 (PST) Received: by mail-lf1-f53.google.com with SMTP id o13so15651802lfr.3 for ; Sat, 19 Dec 2020 19:45:30 -0800 (PST) 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=cR/F9cyqvCNUWdLaOsYZSc+7PGKaBIVhxHhJZgNF5ts=; b=T6eZOSepuLL2ZniycabyUevERGEj8qMyjFvXq+BtHM+FfY2eD4YD2tFMJzPbX7mGFm t3mWKWnd29jSjAb83EyLNXsz08OS3V4KATMcqb4bVhPFujzv34wcNhDYKTKC2FPgXwxl lIlHARN9miA8OopTJiqpj5v1TRwUDiUjz6pdIZ9vbZF8LGvgz0ppWT5cgzVq+7z1V9Ot js0Q5V7S18p+C505BmHwfRShScGNb6DVrdTlbVH4/7K7oY9bUUNUwA5hjtII3OcKG3xB aS3rKuswsxGzbkmKqAbhGYsoXdglJarnNptW5NqQKASJ5tmmgHTyET3amt0garpAIdGA mULQ== 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=cR/F9cyqvCNUWdLaOsYZSc+7PGKaBIVhxHhJZgNF5ts=; b=BK1BQiyLg4nT5FCvcs/GLrZxRhN7JiXHYNJSP77pLRelPf5koJB4GhUAz8OhZM/2kk ayr4LgcIOtUd/+uaXVV+nwVOn2MxVZfxXDNRKA138l5dTI/cB/o/obaMJeMq9a6YQ5lV Fo6Ts3Shsl7JDNxIvrZE0ytu5Wk+cjWvhahYyJ5Z3fEVvyEsHpHnbMZIlCihJedV7AfC k53qUhgpKHXqS4xFgERjRPTZskKbdFlDgcSqQbNwgee/UBVvA17dj3r+my+ESBX//kEX L6HIEfoWeqpje6DRGnmbbipC5A1m1wNAD52/Tg0ejoc3qOsHdRdsBP/z5fodU0jZFSCE UvJQ== X-Gm-Message-State: AOAM531EkEJsPAlyUocLKQ+oTM/NBtyUo753vpEF9syb1DplXOeNjzFw /92cWF4Mx61+IQlk89REBbtwZdVohE5iPTWOWd4= X-Google-Smtp-Source: ABdhPJyKnwVMUUu/qm1SzuftLBnvP8OkjuKlG4zk6B1+EpWIuAixoCcuDJOyrgz8icb+xOZr9/jXgQluY7wmlOZ9P1E= X-Received: by 2002:a2e:2242:: with SMTP id i63mr4770497lji.343.1608435928019; Sat, 19 Dec 2020 19:45:28 -0800 (PST) MIME-Version: 1.0 References: <1f319ee0-e5e2-3d5e-2b8c-4d3c073f98e6@gmx.de> In-Reply-To: <1f319ee0-e5e2-3d5e-2b8c-4d3c073f98e6@gmx.de> Date: Sun, 20 Dec 2020 12:45:16 +0900 Message-ID: To: "Christoph M. Becker" , internals@lists.php.net Content-Type: multipart/alternative; boundary="00000000000022378005b6dd2caf" Subject: Re: Improving PRNG implementation. From: zeriyoshi@gmail.com (zeriyoshi) --00000000000022378005b6dd2caf Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On 19.12.2020 at 11:26, Christoph M. Becker wrote: > RFC karma granted. Best of luck with the RFC! :) Thanks cmb. I have created a first draft of an RFC. I think I've covered all the necessary requirements, but I'd like to know if there are any problems. https://wiki.php.net/rfc/object_scope_prng As for the second suggestion, I saw that the RFC was tagged on GH. This is not a new feature and does not seem to be a bc break. Do we still need an RFC in this case? https://github.com/php/php-src/pull/6520 Regards, Go Kudo 2020=E5=B9=B412=E6=9C=8819=E6=97=A5(=E5=9C=9F) 20:26 Christoph M. Becker : > On 19.12.2020 at 07:33, zeriyoshi wrote: > > > On Wed, Dec 16, 2020 at 8:46 AM zeriyoshi wrote: > > > > I have created an account on the PHP.net wiki to create an RFC about > this. > > Can you grant me editing privileges? > > RFC karma granted. Best of luck with the RFC! :) > > Christoph > --00000000000022378005b6dd2caf--