PHP 8.3: new features and release date

PHP 8.3 will be released on November 23, 2023; It's coming, let's see what's new together.
JSON Patch

Short introduction to the JSON Patch format, useful for your REST APIs.
Recursive SQL with CTE (common table expressions)

Recursive CTEs are powerful auxiliary statements that allow for traversing hierarchical or tree-structured data.
Introduction to JSON Merge Patch

JSON Merge Patch is a data format that allows describing modifications to be made to a JSON document.