Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118288 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 82677 invoked from network); 19 Jul 2022 18:25:46 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Jul 2022 18:25:46 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CB3EE18037E for ; Tue, 19 Jul 2022 13:22:06 -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 ; Tue, 19 Jul 2022 13:22:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1658262124; bh=GYaI+iDeTacLqo4Ns1CSen2OXCnU37gO5sxwSQ2MP98=; h=Date:Subject:To:References:From:In-Reply-To:From; b=SR/9rcjVkO47izlAcQ1eAWlkpZiOEIe3e3KGM2H7P11y0oWMg3Ejpmq4yD//PAEbZ 4nJjqONNQe0paFLpzE+mzaqlbcHuAyF1Uf0os2UBw/K+jeNM+dxdpiMYIFcTqNoGGu gxg7Vnyxv1SdRdCx8WLhgqRB36FSmE0VzxGpb2JnKxSY9lkZsxBp3PNxj0+EAawJfS sgvpduZZmSwHkuS5iKQ6Ir4F4Wpq8ioFrOKwW8GvRugwPf4Hoxq7wfwJ1Kk031nT9o UJcRo7VAV3I1kSKGSWQdKVty2MLxbodGCzJ7YQREWPO4Avcj6X18H2Iwxug+z2FsDW SFxNjP/FJxVhQ== Message-ID: <8f17e49f-2c2b-2aa5-2184-e12acac175c4@bastelstu.be> Date: Tue, 19 Jul 2022 22:22:04 +0200 MIME-Version: 1.0 Content-Language: en-US To: Go Kudo , Go Kudo , PHP internals References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [VOTE] Random Extension Improvement From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 7/16/22 08:11, Go Kudo wrote: > However, as pointed out in the PR, there are still areas that need to be > improved and corrected. > > First of all, overloading of `getInt()` should be stopped. This is due to > the fact that the signature of the `mt_rand()` function is still used, but > it was pointed out that no new implementation should be made. > > https://github.com/php/php-src/pull/8094/files#r919693108 > > Second, there is an issue regarding the handling of header files for > compatibility. This was left in because it was considered necessary in > previous discussions, but it has been suggested that it is unnecessary. I > too would like to remove it if possible. > > https://github.com/php/php-src/pull/8094/files#r917308676 > > However, if you try to make this change by creating an RFC as usual, you > are already out of time. > > I am really confused and don't really know what to do about this. > > Can anyone give me some good ideas? For those following along, the follow-up PR is here: https://github.com/php/php-src/pull/9052 Best regards Tim Düsterhus