Allow to use PH7_CTX_DEPRECATED.
All checks were successful
The build was successful.

This commit is contained in:
2018-08-30 13:47:01 +02:00
parent fbc725c935
commit 461ee00034
2 changed files with 5 additions and 4 deletions

View File

@@ -1234,7 +1234,7 @@ struct ph7_vm {
void *pStdout; /* STDOUT IO stream */
void *pStderr; /* STDERR IO stream */
sxbool bDebug; /* TRUE to enable debugging */
sxbool bErrReport; /* TRUE to report all runtime Error/Warning/Notice */
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 */