summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2022-04-19 19:01:52 +0200
committerBen Fuhrmannek2022-04-19 19:01:52 +0200
commit490dc4e2a43a5f8256f0b00d5efd3c2a84487905 (patch)
tree0be55ca90c58151d4a36a50c5ecbd8c69be39dc7 /src/sp_config.h
parentbb59f4396a7dd51a2490a12fd2714c68e19f7b66 (diff)
extended checks for readonly_exec, enabled by default
introduced config options: readonly_exec.extended_checks() or xchecks() readonly_exec.no_extended_checks() or noxchecks()
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index 6d48240..e7d4e4d 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -35,6 +35,7 @@ typedef struct {
35typedef struct { 35typedef struct {
36 bool enable; 36 bool enable;
37 bool simulation; 37 bool simulation;
38 bool extended_checks;
38 zend_string *dump; 39 zend_string *dump;
39 zend_string *textual_representation; 40 zend_string *textual_representation;
40} sp_config_readonly_exec; 41} sp_config_readonly_exec;