diff options
| author | jvoisin | 2023-01-31 20:16:21 +0100 |
|---|---|---|
| committer | jvoisin | 2023-01-31 20:25:14 +0100 |
| commit | 78e451eaf99e8f239867def2d8220dfa348cc167 (patch) | |
| tree | dcd1f1964634919bd0b9784d3546fd3690f389a1 /src/php_snuffleupagus.h | |
| parent | 26f9987a538dc68d5a825b1712d3456a2d7aa109 (diff) | |
Add sp.log_max_len
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 7af4da2..229c1b9 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -131,6 +131,7 @@ sp_config_wrapper config_wrapper; | |||
| 131 | sp_config_session config_session; | 131 | sp_config_session config_session; |
| 132 | sp_config_ini config_ini; | 132 | sp_config_ini config_ini; |
| 133 | char config_log_media; | 133 | char config_log_media; |
| 134 | int config_log_max_len; | ||
| 134 | u_long config_max_execution_depth; | 135 | u_long config_max_execution_depth; |
| 135 | bool config_server_encode; | 136 | bool config_server_encode; |
| 136 | bool config_server_strip; | 137 | bool config_server_strip; |
