Do not limit the output buffering callbacks.
All checks were successful
The build was successful.

This commit is contained in:
2018-09-05 18:46:42 +02:00
parent 11ba0ce738
commit 6387026e15
2 changed files with 1 additions and 4 deletions

View File

@@ -1229,7 +1229,6 @@ struct ph7_vm {
sxbool bErrReport; /* TRUE to report all runtime Error/Warning/Notice/Deprecated */
int nRecursionDepth; /* Current recursion depth */
int nMaxDepth; /* Maximum allowed recursion depth */
int nObDepth; /* OB depth */
int nExceptDepth; /* Exception depth */
int closure_cnt; /* Loaded closures counter */
int json_rc; /* JSON return status [refer to json_encode()/json_decode()]*/