You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(instead of throwing SimdJsonException for the capacity error)
simdjson_decode is meant to have indistinguishable behavior from json_decode apart from error codes/classes/messages, so this should be safe
Use the JsonException message and a distinct SIMDJSON_ERR* error code
Libraries using simdjson_decode may be forced to add extra error handling if they expect to be used for JSON > 4 GiB by any application using them. It'd be more convenient to avoid that.
Low priority compared to other tasks due to most php installations having max upload sizes
The text was updated successfully, but these errors were encountered:
(instead of throwing SimdJsonException for the capacity error)
simdjson_decode is meant to have indistinguishable behavior from json_decode apart from error codes/classes/messages, so this should be safe
SIMDJSON_ERR*
error codeLibraries using simdjson_decode may be forced to add extra error handling if they expect to be used for JSON > 4 GiB by any application using them. It'd be more convenient to avoid that.
Low priority compared to other tasks due to most php installations having max upload sizes
The text was updated successfully, but these errors were encountered: