summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2022-04-19 19:01:52 +0200
committerjvoisin2022-07-12 22:50:28 +0200
commitcd9031935ef2306f7ba2097856b20bf116f341ee (patch)
treebe425fa8af11f41a2679ba9eae9f0a3e969d4da0 /src/sp_config.h
parent077e96b6319aaf26414d1d0eeb30eb4f144f0019 (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 3d92f2f..ec73310 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;