We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UPGRADING*
1 parent 4ed8d52 commit 68301b1Copy full SHA for 68301b1
UPGRADING
@@ -47,6 +47,10 @@ PHP 8.3 UPGRADE NOTES
47
6. New Functions
48
========================================
49
50
+- JSON:
51
+ . Added json_validate(), which returns whether the json is valid for
52
+ the given $depth and $options.
53
+
54
- Posix:
55
. Added posix_sysconf call to get runtime informations.
56
UPGRADING.INTERNALS
@@ -25,6 +25,9 @@ PHP 8.3 INTERNALS UPGRADE NOTES
25
3. Module changes
26
========================
27
28
+ a. ext/json
29
+ - A new function php_json_validate_ex has been added to check if the
30
+ provided C string is valid for the given depth and options.
31
32
4. OpCode changes
33
0 commit comments