On Fri, Jul 4, 2025 at 11:01 PM Jakub Zelenka <bu...@php.net> wrote:
> Hello, > > I would like introduce and open discussion for RFC proposing the addition > of JSON Schema validation support to JSON extension: > > https://wiki.php.net/rfc/json_schema_validation > > If this is successful, it should be just the first for further > improvements (see the future scope). > I have done some updates to the RFC and I decided to target 8.6 as there is not enough time to get to the state where I would be fully confident that all edge cases are handled and it cannot crash. Basically I need to also integrate full regression pack into it to be sure that all is good. As it was also pointed out, having just few drafts supported could be quite disappointing for users so the plan is to support all the latest drafts as well from the beginning. This is more an implementation detail though so I plan to open vote some time soon (after the feature freeze) to make sure that the API is acceptable and I can just concentrate on getting the implementation done. Kind regards, Jakub