diff options
| author | kkadosh | 2018-03-02 13:31:36 +0000 |
|---|---|---|
| committer | jvoisin | 2018-03-02 14:31:36 +0100 |
| commit | bdd2cfc430d4b841c24a6c08e7934d667bdc6637 (patch) | |
| tree | 271d91df0af647cec436252097e51d10696f6bc8 /src/sp_config.h | |
| parent | e822be3a2e9919663cac74463b98e208db742bcf (diff) | |
Implement dump() for execution of writable PHP files
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
| 45 | typedef struct { | 45 | typedef struct { |
| 46 | bool enable; | 46 | bool enable; |
| 47 | bool simulation; | 47 | bool simulation; |
| 48 | char *dump; | ||
| 49 | char *textual_representation; | ||
| 48 | } sp_config_readonly_exec; | 50 | } sp_config_readonly_exec; |
| 49 | 51 | ||
| 50 | typedef struct { bool enable; } sp_config_global_strict; | 52 | typedef struct { bool enable; } sp_config_global_strict; |
