Re: [PHP-DEV] Windows PECL build machine died

2022-07-12 Thread Hans Henrik Bergan
i have a 40-core 128GB RAM server with 1 (and only 1) static ipv4 address that I intend to keep around until at least 27 november 2025 (but unsure after that), it has more RAM/CPU than i need, and i could set up a virtual machine on it and give VNC access to the VM in the form of > ssh -L

Re: [PHP-DEV] [RFC] [VOTE] Constants in traits

2022-07-12 Thread Levi Morrison via internals
On Tue, Jul 5, 2022 at 3:39 PM shinji igarashi wrote: > > Hello internals, > > I've started the vote for the Constants in Traits RFC: > https://wiki.php.net/rfc/constants_in_traits > > The vote will end on 19. July 2022. > > Thanks! > > -- > Shinji Igarashi > > -- > PHP Internals - PHP Runtime

Re: [PHP-DEV] Re: [VOTE] Random Extension Improvement

2022-07-12 Thread Tim Düsterhus
Hi On 7/12/22 18:04, Tim Düsterhus wrote: I also think that both '$string' and '$binary' are appropriate parameter names in this case, so particular preference from my side. Sorry for the follow-up, there's two mistakes in that sentence. It should read: I also think that both '$string' and

Re: [PHP-DEV] Re: [VOTE] Random Extension Improvement

2022-07-12 Thread Tim Düsterhus
Hi On 7/12/22 14:26, Go Kudo wrote: Currently, the renaming of Randomizer::shuffleString() to Randomizer::shuffleBytes() seems acceptable. I forgot to note the change regarding arguments when I submitted this RFC. With this change, the argument was supposed to be changed from `string $string`

Re: [PHP-DEV] [PHP8.2] Feature freeze in 2 weeks

2022-07-12 Thread Pierrick Charron
Hi Rowan, Thanks for your email and sorry about that. We will have to check on how we can solve this issue in the flow so that authors can change the label themself. I changed it to "Waiting on Review" and will make sure to include this in 8.2beta1 which is planned next week. Pierrick Le mar.

Re: [PHP-DEV] [PHP8.2] Feature freeze in 2 weeks

2022-07-12 Thread Rowan Tommins
On 05/07/2022 19:08, Pierrick Charron wrote: This is yet another friendly reminder from your RMs that the PHP 8.2 feature -freeze is in 2 weeks now [1]. All RFC targeting 8.2 should now be in the voting phase to respect the minimal period of 2 weeks. Also it would be appreciated if some of

Re: [PHP-DEV] Re: [VOTE] Random Extension Improvement

2022-07-12 Thread Guilliam Xavier
> > https://wiki.php.net/rfc/random_extension_improvement > > Hi Internals. > > Currently, the renaming of Randomizer::shuffleString() to > Randomizer::shuffleBytes() seems acceptable. > > I forgot to note the change regarding arguments when I submitted this RFC. > With this change, the argument

Re: [PHP-DEV] Windows PECL build machine died

2022-07-12 Thread Christoph M. Becker
On 11.07.2022 at 21:04, Hans Henrik Bergan wrote: > Any of you windows.php.net guys familiar with SSH? Can one be created? That would be possible (needed to be set-up by Alex Schoenmaker), but while that could solve the upload issue, it wouldn't solve the other issue I've mentioned, namely that

[PHP-DEV] Re: [VOTE] Random Extension Improvement

2022-07-12 Thread Go Kudo
2022年7月3日(日) 12:00 Go Kudo : > Hello internals. > > Voting began on 2022-07-02 03:00:00 (UTC) and will end on 2022-07-16 > 03:00:00 (UTC). > > https://wiki.php.net/rfc/random_extension_improvement > > Best Regards, > Go Kudo > Hi Internals. Currently, the renaming of Randomizer::shuffleString()

Re: [PHP-DEV] [VOTE] Random Extension Improvement

2022-07-12 Thread Go Kudo
2022年7月8日(金) 1:44 Tim Düsterhus : > Hi > > On 7/7/22 17:52, Go Kudo wrote: > > Implementation is now proceeding. > > It includes fixes to some of the issues that were pointed out previously. > > > > https://github.com/php/php-src/pull/8094 > > > > `Randomizer::arrayPickKeys()` is currently not