Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117924 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 93548 invoked from network); 13 Jun 2022 05:26:58 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 13 Jun 2022 05:26:58 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5247218037E for ; Mon, 13 Jun 2022 00:14:09 -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,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 ; Mon, 13 Jun 2022 00:14:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1655104446; bh=Hd3RkZZBCGZrcSjrhvO5p3Nbw1+y9I03+ivYPiXQ6Fk=; h=Date:Subject:To:References:From:In-Reply-To:From; b=B6lJ0I98CwwHQrPgw2EUEH7wlidh0nYNx1jLE5vpfwYcg2Gq5/JO9V+bxYg+iRCKh wA5YUo6xiaKUBS+bdkl4cvfpAUF5fH/Cf7tR2jPl/LekCPBY7UgVPD/o1F9IRRgGiY /pHrc7a/O8MvZ3ZvpFgDw91MO1fPRC4aC78/udjr31swgqavOLrvPIuX3rRgVcRCp1 /KG12aXkjmxS9dWO7S58/8GGGxDGwkqEjaItm/c/+ZAPdBHfXgSQNcMsCKr4rH+YN5 O74nd0inPV7NMe5/zmf4WavjURjdWntnM1hLG/hhhQp2FZ6NAxWxOtTZBfaOMqDlzD Tqs6rW5Fay/6Q== Message-ID: <6d8f5338-30a6-6898-809d-108c7bcb857e@bastelstu.be> Date: Mon, 13 Jun 2022 09:14:04 +0200 MIME-Version: 1.0 Content-Language: en-US To: Go Kudo , internals@lists.php.net References: <77a67ec1-2b32-0e86-3714-9b2600691c18@bastelstu.be> <9c907fc8-ae1c-7c2f-c77a-727d03e70407@bastelstu.be> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] [Vote] Pre-vote announcement for Random Extension 5.x From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 6/13/22 04:23, Go Kudo wrote: > I have created a PoC that allows all internal operations to be performed in > 64-bit environments to achieve the same results, although the efficiency of > execution in 32-bit environments will be reduced. (Note that > Randomizer::getInt() with no argument is still incompatible.) > > https://github.com/php/php-src/commit/dbed218bfcd45e713fa3df2c88a4c2efce9f0651 > I believe this is a good solution. The majority of the modern setups (i.e. the setups that are using PHP 8.2) will likely be 64-bit anyway and reduced performance on 32-bit is then acceptable. Best regards Tim Düsterhus