***UNCHECKED*** [PHP-DEV] PHP 8.1.17RC1 available for testing

2023-03-02 Thread Patrick ALLAERT
-BEGIN PGP MESSAGE- Version: FlowCrypt Email Encryption 8.4.3 Comment: Seamlessly send and receive encrypted email xA0DAQoBGZ+d/vb/uv0By8HOdQBkAVEaUEhQIDguMS4xN1JDMSBoYXMganVz dCBiZWVuIHJlbGVhc2VkIGFuZCBjYW4gYmUgZG93bmxvYWRlZCBmcm9tOg0K DQpodHRwczovL2Rvd25sb2Fkcy5waHAubmV0L35wYXRyaWNrYWxsY

Re: [PHP-DEV] RFC Idea - json_validate() validate schema

2023-03-02 Thread Larry Garfield
On Thu, Mar 2, 2023, at 1:31 PM, Jakub Zelenka wrote: > On Thu, Mar 2, 2023 at 5:53 PM Rowan Tommins > wrote: > >> On Thu, 2 Mar 2023 at 12:34, Jakub Zelenka wrote: >> >> > It's possible that we might decide to stop supporting some drafts if the >> > maintenance burden is too big and usage small

[PHP-DEV] Release Managers for PHP 8.3

2023-03-02 Thread Sergey Panteleev
Hi all, I'd like to clarify the deadline for the volunteer search and the voting phase: Applications will be accepted until 31 March 12:00:00 UTC Elections (if needed) will start on 1 April and run until 16 April 12:00:00 UTC Pierrick Charron, Sergey Panteleev & Ben Ramsey signature.asc Desc

[PHP-DEV] PHP 8.2.4RC1 available for testing

2023-03-02 Thread Sergey Panteleev
PHP 8.2.4RC1 has just been released and can be downloaded from: https://downloads.php.net/~sergey/ Or use the git tag: php-8.2.4RC1 Windows binaries are available at https://windows.php.net/qa#php-8.2 Please test it carefully, and report any bugs in the bug system: https://github.com/php/php-s

Re: [PHP-DEV] RFC Idea - json_validate() validate schema

2023-03-02 Thread Jakub Zelenka
On Thu, Mar 2, 2023 at 5:53 PM Rowan Tommins wrote: > On Thu, 2 Mar 2023 at 12:34, Jakub Zelenka wrote: > > > It's possible that we might decide to stop supporting some drafts if the > > maintenance burden is too big and usage small but I wouldn't see that as > > something that happens often. Bu

Re: [PHP-DEV] RFC Idea - json_validate() validate schema

2023-03-02 Thread Rowan Tommins
On Thu, 2 Mar 2023 at 12:34, Jakub Zelenka wrote: > It's possible that we might decide to stop supporting some drafts if the > maintenance burden is too big and usage small but I wouldn't see that as > something that happens often. But essentially you are right that there will > be minimum (draft

Re: [PHP-DEV] RFC Idea - json_validate() validate schema

2023-03-02 Thread Bruce Weirdan
On Thu, Mar 2, 2023 at 1:23 PM Jakub Zelenka wrote: > The schema version should be specified by $schema keyword Unfortunately, it's not what happens in the wild. Some schemas even forbid `$schema` (e.g. Composer's one). -- Best regards, Bruce Weirdan

Re: [PHP-DEV] RFC Idea - json_validate() validate schema

2023-03-02 Thread Jakub Zelenka
On Thu, Mar 2, 2023 at 5:11 PM Larry Garfield wrote: > On Thu, Mar 2, 2023, at 6:34 AM, Jakub Zelenka wrote: > > On Thu, Mar 2, 2023 at 12:00 PM Rowan Tommins > > wrote: > > > >> On Wed, 1 Mar 2023 at 11:44, juan carlos morales < > >> dev.juan.mora...@gmail.com> > >> wrote: > >> > >> > I am thin

Re: [PHP-DEV] RFC Idea - json_validate() validate schema

2023-03-02 Thread Larry Garfield
On Thu, Mar 2, 2023, at 6:34 AM, Jakub Zelenka wrote: > On Thu, Mar 2, 2023 at 12:00 PM Rowan Tommins > wrote: > >> On Wed, 1 Mar 2023 at 11:44, juan carlos morales < >> dev.juan.mora...@gmail.com> >> wrote: >> >> > I am thinking about enhancing this function to also be able to >> > validate again

Re: [PHP-DEV] RFC Idea - json_validate() validate schema

2023-03-02 Thread Jakub Zelenka
On Wed, Mar 1, 2023 at 5:05 PM Larry Garfield wrote: > On Wed, Mar 1, 2023, at 6:06 AM, Jakub Zelenka wrote: > > On Wed, Mar 1, 2023 at 11:44 AM juan carlos morales < > > dev.juan.mora...@gmail.com> wrote: > > > >> Hello Internals. > >> > >> I am thinking about improving the json_validate() funct

Re: [PHP-DEV] RFC Idea - json_validate() validate schema

2023-03-02 Thread Jakub Zelenka
On Thu, Mar 2, 2023 at 12:00 PM Rowan Tommins wrote: > On Wed, 1 Mar 2023 at 11:44, juan carlos morales < > dev.juan.mora...@gmail.com> > wrote: > > > I am thinking about enhancing this function to also be able to > > validate against a JSON SCHEMA, giving us something like this: > > > > json_val

Re: [PHP-DEV] RFC Idea - json_validate() validate schema

2023-03-02 Thread Rowan Tommins
On Wed, 1 Mar 2023 at 11:44, juan carlos morales wrote: > I am thinking about enhancing this function to also be able to > validate against a JSON SCHEMA, giving us something like this: > > json_validate(string $json, int $depth = 512, int $flags = 0, string > $json_schema = null): bool > Funct

Re: [PHP-DEV] RFC Idea - json_validate() validate schema

2023-03-02 Thread Robert Landers
On Wed, Mar 1, 2023 at 6:05 PM Larry Garfield wrote: > > On Wed, Mar 1, 2023, at 6:06 AM, Jakub Zelenka wrote: > > On Wed, Mar 1, 2023 at 11:44 AM juan carlos morales < > > dev.juan.mora...@gmail.com> wrote: > > > >> Hello Internals. > >> > >> I am thinking about improving the json_validate() func