Re: [PHP-DEV] [RFC] [Vote] Pre-vote announcement for Random Extension 5.x

2022-06-10 Thread Go Kudo
2022年6月8日(水) 0:24 Tim Düsterhus : > Hi > > On 5/31/22 11:54, Go Kudo wrote: > > - More detailed description in RFC > > > > a) > > For the Random\Engine interface I suggest to clarify that the returned > bytestring will be interpreted as a little endian integer. > > b) > > I'm still missing an expl

Re: [PHP-DEV] [RFC] [Vote] Pre-vote announcement for Random Extension 5.x

2022-06-10 Thread Tim Düsterhus
Hi On 6/10/22 12:02, Go Kudo wrote: It has a single generate(): string method that generates random numbers as a binary string. This string must be non-empty and attempting to return an empty will result in a RuntimeException. If you implement a random number generator in PHP, the generated nu

[PHP-DEV] Re: ***SPAM*** [PHP-DEV] [VOTE] [RFC] Expand deprecation notice scope for partially supported callables

2022-06-10 Thread Juliette Reinders Folmer
On 31-5-2022 12:38, Juliette Reinders Folmer wrote: L.S., I have opened the vote on the "Expand deprecation notice scope for partially supported callables" RFC: https://wiki.php.net/rfc/partially-supported-callables-expand-deprecation-notices The vote will run for two weeks and will close on

[PHP-DEV] [VOTE] Create a global login system for php.net

2022-06-10 Thread Aaron Junker
Hi all I will now open voting on my RFC for creating a global php.net login system[1]. Best regards Aaron Junker [1]: https://wiki.php.net/rfc/global_login -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php

Re: [PHP-DEV] [VOTE] Create a global login system for php.net

2022-06-10 Thread Derick Rethans
On 11 June 2022 08:13:15 CEST, Aaron Junker wrote: >Hi all > >I will now open voting on my RFC for creating a global php.net login system[1]. I think this is not a good RFC, and very premature: - It lists wants and promises, but no solutions. No work has been done to investigate how to implemen