[ci skip] Add json_validate() RFC link to UPGRADING

This commit is contained in:
Tim Düsterhus 2022-12-09 17:55:32 +01:00
parent ac3ecd03af
commit 16ce751f39
No known key found for this signature in database
GPG Key ID: 8FF75566094168AF

View File

@ -58,6 +58,7 @@ PHP 8.3 UPGRADE NOTES
- JSON:
. Added json_validate(), which returns whether the json is valid for
the given $depth and $options.
RFC: https://wiki.php.net/rfc/json_validate
- Posix:
. Added posix_sysconf call to get runtime informations.