Re: [PHP-DEV] Release Managers for PHP 8.4

2024-03-05 Thread youkidearitai
2024年3月6日(水) 0:41 Jakub Zelenka : > > Hi all, > > It's time to start the process of finding and electing RMs for the next minor > PHP release. > > We are looking for three souls to take on this role. Whomsoever is elected > will be guided and helped by the current, as well as previous RMs and

Re: [PHP-DEV] [Discussion] grapheme cluster for str_split function

2024-03-05 Thread youkidearitai
2024年3月6日(水) 9:22 youkidearitai : > > Hi, Larry > Hi, Niels > > 2024年3月6日(水) 6:47 Niels Dossche : > > > > Hi Larry > > Hi Yuya > > > > So first of all, I meant the error handling in cases like these: > >

Re: [PHP-DEV] [Discussion] grapheme cluster for str_split function

2024-03-05 Thread youkidearitai
Hi, Larry Hi, Niels 2024年3月6日(水) 6:47 Niels Dossche : > > Hi Larry > Hi Yuya > > So first of all, I meant the error handling in cases like these: > https://github.com/php/php-src/pull/13580/files#diff-b8fe038d9d7539694593978bea5605f38dde4bcb6a016865130590e45e23202eR852-R860 > The implementation

Re: [PHP-DEV] [Discussion] grapheme cluster for str_split function

2024-03-05 Thread Niels Dossche
Hi Larry Hi Yuya So first of all, I meant the error handling in cases like these: https://github.com/php/php-src/pull/13580/files#diff-b8fe038d9d7539694593978bea5605f38dde4bcb6a016865130590e45e23202eR852-R860 The implementation still returns NULL here, so the signature is still incorrect.

Re: [PHP-DEV] int|float for sleep? sleep(0.1) => sleep 0.1 seconds

2024-03-05 Thread Tim Düsterhus
Hi On 3/5/24 14:09, Hans Henrik Bergan wrote: I don't want to spend too much effort on nitpicks, but if someone volunteers to improve it, I'd be happy to add it, in which case please send a PR to https://github.com/divinity76/stuff/blob/phprfc/2024/sleep_function_float_support.md To set my

Re: [PHP-DEV] int|float for sleep? sleep(0.1) => sleep 0.1 seconds

2024-03-05 Thread Larry Garfield
On Tue, Mar 5, 2024, at 1:09 PM, Hans Henrik Bergan wrote: > Voting has now been simplified to 3x no/php 8.4/php 9.0 questions. > (I actually would've preferred the original 6, would have been > unambiguous if people are supposed to checkbox only 8.4 or both 8.4 > and 9.0, and would have been

Re: [PHP-DEV] [Discussion] grapheme cluster for str_split function

2024-03-05 Thread Larry Garfield
On Tue, Mar 5, 2024, at 7:25 AM, youkidearitai wrote: > 2024年3月5日(火) 5:52 Niels Dossche : >> >> Hi Yuya >> >> This sounds useful. >> >> I do have a question about the function signature: >> function grapheme_str_split(string $string, int $length = 1): array {} >> >> This always returns an array.

[PHP-DEV] Re: Release Managers for PHP 8.4

2024-03-05 Thread Jakub Zelenka
On Tue, Mar 5, 2024 at 3:37 PM Jakub Zelenka wrote: > Hi all, > > It's time to start the process of finding and electing RMs for the next > minor PHP release. > > We are looking for three souls to take on this role. Whomsoever is elected > will be guided and helped by the current, as well as

[PHP-DEV] Release Managers for PHP 8.4

2024-03-05 Thread Jakub Zelenka
Hi all, It's time to start the process of finding and electing RMs for the next minor PHP release. We are looking for three souls to take on this role. Whomsoever is elected will be guided and helped by the current, as well as previous RMs and the excellent documentation in release-process.md

Re: [PHP-DEV] php-src docs

2024-03-05 Thread Robert Landers
On Tue, Mar 5, 2024 at 1:48 PM Peter Kokot wrote: > > On Mon, 12 Feb 2024 at 12:13, Ilija Tovilo wrote: > > > > Hi Yuya > > > > It seems you accidentally sent your response to me instead of the list. > > > > On Sun, Feb 11, 2024 at 5:10 PM youkidearitai > > wrote: > > > > > > 2024年2月11日(日)

Re: [PHP-DEV] php-src docs

2024-03-05 Thread Jakub Zelenka
Hi, On Tue, 5 Mar 2024 at 12:48, Peter Kokot wrote: > On Mon, 12 Feb 2024 at 12:13, Ilija Tovilo wrote: > > > > Hi Yuya > > > > It seems you accidentally sent your response to me instead of the list. > > > > On Sun, Feb 11, 2024 at 5:10 PM youkidearitai > wrote: > > > > > > 2024年2月11日(日)

Re: [PHP-DEV] int|float for sleep? sleep(0.1) => sleep 0.1 seconds

2024-03-05 Thread Hans Henrik Bergan
Voting has now been simplified to 3x no/php 8.4/php 9.0 questions. (I actually would've preferred the original 6, would have been unambiguous if people are supposed to checkbox only 8.4 or both 8.4 and 9.0, and would have been easier to see the % of people who voted only 9.0, I think. But I don't

Re: [PHP-DEV] php-src docs

2024-03-05 Thread Peter Kokot
On Mon, 12 Feb 2024 at 12:13, Ilija Tovilo wrote: > > Hi Yuya > > It seems you accidentally sent your response to me instead of the list. > > On Sun, Feb 11, 2024 at 5:10 PM youkidearitai wrote: > > > > 2024年2月11日(日) 21:18 Ilija Tovilo : > > > > > > Hi everyone. > > > > > > I would like to start

[PHP-DEV] Changes to ML - only subscribed addresses can send to it

2024-03-05 Thread Jakub Zelenka
Hello, This is an information message. As some of you are aware there has been some changes to ML. I just stumbled on one of the changes when sending 8.3.4RC1 emails so want to let others know. The change is that the list will accept only messages from the subscribers which means that From

[PHP-DEV] PHP 8.3.4RC1 available for testing

2024-03-05 Thread Jakub Zelenka
This is my third attempt to send this so hopefully third time lucky. :) PHP 8.3.4RC1 has just been released and can be downloaded from: https://downloads.php.net/~jakub/ or https://qa.php.net/ or use the git tag: php-8.3.4RC1 Windows binaries are available at:

Re: [PHP-DEV] [Discussion] grapheme cluster for str_split function

2024-03-05 Thread youkidearitai
> > Hi, Niels > > Thank you for your comment. > Indeed, returns false is make sense. > > Therefore, I changed to returns false when invalid UTF-8 strings. > > Regards > Yuya > > -- > --- > Yuya Hamada (tekimen) > - https://tekitoh-memdhoi.info > -