mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.0' into PHP-7.1
This commit is contained in:
commit
f284479734
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ static PHP_GINIT_FUNCTION(json)
|
|||
#endif
|
||||
json_globals->encoder_depth = 0;
|
||||
json_globals->error_code = 0;
|
||||
json_globals->encode_max_depth = 0;
|
||||
json_globals->encode_max_depth = PHP_JSON_PARSER_DEFAULT_DEPTH;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue