From bdd2cfc430d4b841c24a6c08e7934d667bdc6637 Mon Sep 17 00:00:00 2001 From: kkadosh Date: Fri, 2 Mar 2018 13:31:36 +0000 Subject: Implement dump() for execution of writable PHP files --- src/sp_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sp_config.h') diff --git a/src/sp_config.h b/src/sp_config.h index ba1542c..0ccd11e 100644 --- a/src/sp_config.h +++ b/src/sp_config.h @@ -45,6 +45,8 @@ typedef struct { typedef struct { bool enable; bool simulation; + char *dump; + char *textual_representation; } sp_config_readonly_exec; typedef struct { bool enable; } sp_config_global_strict; -- cgit v1.3