1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

[skip ci] Add docs for json_validate in UPGRADING*

This commit is contained in:
Tyson Andre
2022-10-08 09:52:19 -04:00
parent 4ed8d52a2a
commit 68301b14b4
2 changed files with 7 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ PHP 8.3 UPGRADE NOTES
6. New Functions
========================================
- JSON:
. Added json_validate(), which returns whether the json is valid for
the given $depth and $options.
- Posix:
. Added posix_sysconf call to get runtime informations.

View File

@@ -25,6 +25,9 @@ PHP 8.3 INTERNALS UPGRADE NOTES
3. Module changes
========================
a. ext/json
- A new function php_json_validate_ex has been added to check if the
provided C string is valid for the given depth and options.
========================
4. OpCode changes
========================