Do not set any recursion depth limit.
All checks were successful
The build was successful.

This commit is contained in:
2019-06-10 12:11:55 +02:00
parent 9aa192db69
commit 5c824ec67d
3 changed files with 13 additions and 47 deletions

View File

@@ -1230,8 +1230,6 @@ struct ph7_vm {
void *pStderr; /* STDERR IO stream */
sxbool bDebug; /* TRUE to enable debugging */
sxbool bErrReport; /* TRUE to report all runtime Error/Warning/Notice/Deprecated */
int nRecursionDepth; /* Current recursion depth */
int nMaxDepth; /* Maximum allowed recursion depth */
int nExceptDepth; /* Exception depth */
int closure_cnt; /* Loaded closures counter */
int json_rc; /* JSON return status [refer to json_encode()/json_decode()] */