Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118988 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 47600 invoked from network); 9 Nov 2022 08:47:55 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 9 Nov 2022 08:47:55 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EBF8E1804F8 for ; Wed, 9 Nov 2022 00:47:53 -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,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 9 Nov 2022 00:47:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1667983671; bh=kFN2BnxzlnR9Uqxk40fzyZEirUtDuiUrtjiQTLKmfBc=; h=Date:To:Cc:From:Subject:From; b=f4oE2rKTA++WEBC1EzsJiAo0JFsrgPtAYwM0mu0GuQF8UmFgbGFzXZNrj7JP0U4mF R4zDKzPTABhJMese5oyKn9/Hg7AyWYXLihy5qVV/FaeOau/zdUFiLeKZ1/Ip+WvumP fD9PcoArnd73zz2q2txok04ZBbeqQjFScXOs3FJUMoNYSv/X53//P71cG7tsQMiuE4 RBrLOaFtIQyoBNu0H1poMHJbjgIFPRX1l44ZHFr0G5w6un8lyNbkxRBJ5w0yP27QKC WSk3AcjwBexlQBBcS8GdIjnUSI+B5EG76CGAtZYNFSBe5goDPJu3yUZeq+KKqAaa5k NAn2YPg8x5uNg== Message-ID: <480a0ad2-ed63-7719-403d-4b1c1fd616a7@bastelstu.be> Date: Wed, 9 Nov 2022 09:47:50 +0100 MIME-Version: 1.0 Content-Language: en-US To: PHP internals Cc: =?UTF-8?Q?Joshua_R=c3=bcsweg?= Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [VOTE] Randomizer Additions From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi as Joshua announced on Monday [1] we're now opening the vote for "Randomizer Additions" [2] The RFC contains two votes, each of which requires a 2/3 majority. Voting will run 2 weeks until: 2022-11-23 at 09:00 UTC -------- Please find the below resources for your reference: RFC: https://wiki.php.net/rfc/randomizer_additions PoC implementation: - https://github.com/php/php-src/pull/9664 (For Vote (1)) - https://github.com/php/php-src/pull/9679 (For Vote (2)) Discussion Thread: https://externals.io/message/118810 -------- [1] https://externals.io/message/118810#118980 [2] https://wiki.php.net/rfc/randomizer_additions Best regards Tim Düsterhus