-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
json: Fix handling for long integers
This patch adds the "enable_long_quoting" modparam (default: OFF), which causes larger integers to be returned as strings, in order to avoid the integer overflow and data loss. (cherry picked from commit b191025) Author: Vlad Paiu <[email protected]> Add support for bigints ( store as string when exposing to opensips script ) (cherry picked from commit f324a1a) Author: Vlad Paiu <[email protected]> Fixed undefined int_value (cherry picked from commit ae113c7)
- Loading branch information
1 parent
b16e49c
commit c1b2317
Showing
2 changed files
with
48 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters