Re: [PHP-DEV] PHP 8.2 branch cut

2022-08-29 Thread Jakub Zelenka
Hi, On Mon, Aug 29, 2022 at 4:29 PM Sara Golemon wrote: > On Wed, Aug 24, 2022 at 4:45 AM Alexandru Pătrănescu > wrote: > > Maybe this should be clarified as the term "small self contained feature" > > is not clear. > > I mean, a lot of the new features are self contained, depending on how >

Re: [PHP-DEV] PHP 8.2 branch cut

2022-08-29 Thread Sara Golemon
On Wed, Aug 24, 2022 at 4:45 AM Alexandru Pătrănescu wrote: > Maybe this should be clarified as the term "small self contained feature" > is not clear. > I mean, a lot of the new features are self contained, depending on how you > view it, and some of them are also small. > Like array_is_list

[PHP-DEV] Re: ksort breaking change

2022-08-29 Thread Christoph M. Becker
On 26.08.2022 at 18:28, Sara Golemon wrote: > On Fri, Aug 26, 2022 at 7:19 AM Christoph M. Becker > wrote: >> >> On 26.08.2022 at 05:15, Go Kudo wrote: >> >>> In the actively supported version of PHP, `ksort()` has been modified to >>> include BC Break. >>> >>>

Re: [PHP-DEV] RFC json_validate() - status: Under Discussion

2022-08-29 Thread juan carlos morales
El lun, 29 ago 2022 a las 11:26, Deleu () escribió: > > > > On Mon, Aug 29, 2022 at 11:19 AM juan carlos morales > wrote: >> >> El lun, 29 ago 2022 a las 11:06, Deleu () escribió: >> > >> > Has the option of returning a Result object been discussed/considered? Can >> > it be an option? I

Re: [PHP-DEV] RFC json_validate() - status: Under Discussion

2022-08-29 Thread juan carlos morales
El lun, 29 ago 2022 a las 11:06, Deleu () escribió: > > Has the option of returning a Result object been discussed/considered? Can it > be an option? I imagine that if `json_validate(): JsonValidationResult` > always returns a `JsonValidationResult` which contains a `public readonly > bool

Re: [PHP-DEV] RFC json_validate() - status: Under Discussion

2022-08-29 Thread Deleu
On Mon, Aug 29, 2022 at 10:50 AM juan carlos morales < dev.juan.mora...@gmail.com> wrote: > There is still 1 open question on the RFC, and is about the return value. > > https://wiki.php.net/rfc/json_validate#open_issuesquestions > > I would appreciate your feedback on this. Even though I was

Re: [PHP-DEV] RFC json_validate() - status: Under Discussion

2022-08-29 Thread juan carlos morales
There is still 1 open question on the RFC, and is about the return value. https://wiki.php.net/rfc/json_validate#open_issuesquestions I would appreciate your feedback on this. Even though I was told the RFC can go with 2 votings, I would like to know your thoughts about that open question, in

Re: [PHP-DEV] RFC json_validate() - status: Under Discussion

2022-08-29 Thread juan carlos morales
El sáb, 27 ago 2022 a las 2:50, David Gebler () escribió: > > You can always offer two votes on the RFC - one for the function itself, then > one for should it return boolean or return an int representing the > json_last_error constants and let it be decided that way. Thanks for the advice I

Re: [PHP-DEV] PHP 8.2 branch cut

2022-08-29 Thread Sergey Panteleev
Hi internals! Tomorrow is a big day, and we'll make the PHP 8.2 branch cut. FYI, we plan to do that about 3-4 pm UTC. — wbr, Pierrick, Sergey & Ben