Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117297 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 68789 invoked from network); 9 Mar 2022 17:01:00 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 9 Mar 2022 17:01:00 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B3E531804BD for ; Wed, 9 Mar 2022 10:24:17 -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=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) 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 Mar 2022 10:24:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1646850255; bh=Y2URkppw8bpFQoQn2K0AFvQCpQnfvFLPGiScKODKWMw=; h=Date:Subject:To:References:From:In-Reply-To:From; b=HsIq0Mt/SFIpRWK/4WPRigUrzhDYVv206s5Opi3oKNkwdWdQslrwTTk9nXTxR/IV1 nMhAkIdHRQJyQc9hJ4Or/BRJmcQ+kx0eWOsPW5GjzbLg5xlk9OJM8af1YYpUYN5csF cWZafNNd9ufAVjyUs+9wKeizlWUPQchTCQ8GT0/H93qmfWjsTY6TM1zqfWySheGs5h yUHPgAOvI2DCe82WhuQgx9Hpqtya+hDfRaDZvRkxQkLkC6/KPy5KeFM/CqPVzZHTI+ QTyzt4iuB4HDdOgkIUpr7zE1Gzzc9XFgvZq10s+CfvZ4EZUwxZ98m+4bLRJpQJIzMB mRo2fNGdRVN3A== Message-ID: <9f4ff4a8-2776-777b-0ff3-c4a625330a01@bastelstu.be> Date: Wed, 9 Mar 2022 19:24:13 +0100 MIME-Version: 1.0 Content-Language: en-US To: Larry Garfield , php internals References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] [Under Discussion] Random Extension 5.x From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi Larry, On 3/9/22 19:06, Larry Garfield wrote: > * If no engine is provided to the randomizer, what gets used? If the default is listed somewhere in the RFC, I missed it. I'm assuming there should be one, for usability, but changing it in the future would be an RFC-level change (much like changing the defaults for password_hash()). I couldn't find it in the text either, but it defaults to Random\Engine\Secure as per my suggestion in the previous discussion thread for version 4 of the RFC: https://externals.io/message/117026#117027 Best regards Tim Düsterhus