Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117993 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 72623 invoked from network); 17 Jun 2022 17:28:14 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Jun 2022 17:28:14 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 48AAF180548 for ; Fri, 17 Jun 2022 12:16:33 -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 ; Fri, 17 Jun 2022 12:16:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1655493391; bh=rIoJqFFh/BcQu0V//23HTwzrMr2fgKP0PeuEzVtaFrI=; h=Date:Subject:To:References:From:In-Reply-To:From; b=jf6M9OpH8rSsU4PGi+C0jxMyOBcsJu/oFIdJSzn3y+719HRNCd/cHrXgH9TnIFcFC YCjcaeH7rrc8FTPV0Zur5uDCPuetYZ5YPBRfh75h8Wfcl/SQR/M+JJr0D/y3nEPAC0 VWRIFevWDYjGFeAcKNNh7lRdtb2LhPUtY+RmRAYeYWpduz4Ab3q6onicu6Q/1j9zPe iQ7/yyrnVK8ivFP3TGlbKoM5xLoZxd9But3N/UldxTLb5tzsdcD7gps0550f9DZaKJ 94kmkgt/2q1COJOifQcdOdz7/w12CzR0UEac0pqGERBY6zfoGEJsJW5fIjQs60l/qi R8VMPst+uTlUQ== Message-ID: <22850578-3cef-5291-7d1f-5cac6adf3445@bastelstu.be> Date: Fri, 17 Jun 2022 21:16:30 +0200 MIME-Version: 1.0 Content-Language: en-US To: Go Kudo , internals@lists.php.net References: <77a64074-875c-cfd6-5811-24b9d445f550@bastelstu.be> <3aac541e-b80d-1106-369f-a00a3a718f90@bastelstu.be> <59852986-8988-4eaf-d88d-953d6c0b9f43@bastelstu.be> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: [RFC] [VOTE] Random Extension 5.x From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 6/17/22 20:37, Go Kudo wrote: > For the reasons stated above, we will abandon the addition of new methods. > sorry. Okay, that's fine for me, no problem. > `str_shuffle()` and `shuffleString()` already have similar problems. So > perhaps an alternative > method name for `str_shuffle()` might be `bytesShuffle()` instead of > `stringShuffle()`. > No opinion there. To make sure that the updates are voted on in time I suggest that you open the official 2-week discussion with a dedicated thread. Best regards Tim Düsterhus