Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114592 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 53296 invoked from network); 25 May 2021 14:30:51 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 25 May 2021 14:30:51 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DAECF1804B0 for ; Tue, 25 May 2021 07:42: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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ua1-f54.google.com (mail-ua1-f54.google.com [209.85.222.54]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 25 May 2021 07:42:06 -0700 (PDT) Received: by mail-ua1-f54.google.com with SMTP id 14so10717319uac.9 for ; Tue, 25 May 2021 07:42:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/5g2tUFqAoh91Z32tpthYcWmpsSTdLM5hDXbr07LT/A=; b=G0cMMSiucgN5MN5zL9KiH0wq0uQEHTmmKD159M33hmyCdDWTp43JqoIsB8OmgkuLL6 gZsQDdsxUsJmf/B/FCXUKfRpoBpYqDpIHvxn6VqW3y4ktfRh8t6P7K8wnqkcuPlOfebR ULDbAtIxz4a8fmwsqLdhwLEmyU8a88CW7ITtBbp6d0p6UpoGXfA/d3NZ82p2SoRceNc9 m0PU9hIJCSo4DNa7L75hXoln2CAtavrtG75othE6ZfQISRpM3vqis4pjWcVaqVlDPBiT wUUS4SY7bQB40Zifow429OXergACF4+Qbi5WcOwTOEt06AKZR1IjKhFOgECnGsyZpEXU CuFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/5g2tUFqAoh91Z32tpthYcWmpsSTdLM5hDXbr07LT/A=; b=rIO6j/X5KdeRnq7+7qgh3eKgRugQbZDJyAMEB2dUYyBo9BAj4OL48+smBrbyO+eBcQ 3860RwLvzHy2YqFMNTYB5YjLGDqGI4iKdLkkxQ7c/d8Z/FZjpYdEsME3dl6SlB73WGgM v1YSpCol6awVRpF59sBogg2ATaeeFDgiQU5rR8DDSxeis62TO/VBtf//gkOhSH0u9CEh FwW7r1BT2MJ70japrTJEaoG4zt/BjYZDJFZ9zhzXMbN6In3fMhcAJQIm9ToyYstTvKAG xIS4FxzyPebh1cvg9WryzOG5kX3eXty2meQjbCjoM+bBR64xTF0cmRLZTaxRNV/dRYgF XvIg== X-Gm-Message-State: AOAM531CwV2ZS6spcCG9xpuoYuI0v1eEA8378zszSpXaTzU04bckUY0Y oEO1owIlgUPvdzC8Sll0oYiHrKHAL0f/ZepZ3Q7JrA== X-Google-Smtp-Source: ABdhPJw19xBxdZMRdv2FKXSUaMQCOg+I1+KIpnuDPEClUUb4E1Ju0SqbAVhuO6gQdbzUqBrNleYxBibjf8X7vAV278M= X-Received: by 2002:ab0:7037:: with SMTP id u23mr26444565ual.20.1621953724822; Tue, 25 May 2021 07:42:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 25 May 2021 15:41:51 +0100 Message-ID: To: Go Kudo Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] [Draft] Add Randomizer class (before: Add RNG extension) From: Danack@basereality.com (Dan Ackroyd) Hi Go, On Sat, 22 May 2021 at 21:57, Go Kudo wrote: > > If I have left anything out, please let me know. I guess the RFC is still being drafted, but some bits are still quite unclear, particularly whether the proposal includes deprecating existing functions. My suggestion would be to not deprecate anything for the time being. Although the new api may be better, it's a small improvement, and would be quite annoying for people who don't need to migrate. Longer term, splitting up/forking the core libraries, so that it is easier to evolve them is something we should be looking at. But that's a big task. cheers Dan Ack