diff options
| author | jvoisin | 2025-10-24 23:50:18 +0200 |
|---|---|---|
| committer | jvoisin | 2025-10-24 23:55:13 +0200 |
| commit | 6ea4278a512bc9f1f816844222e65a4ea670db8e (patch) | |
| tree | 8c645390d3ad5202e3a894f9f6779f4cb590b02e /src/php_snuffleupagus.h | |
| parent | a167c4d23feb03e6c5b53f41724bbfcb813bf04b (diff) | |
feat(log): add the possibility to log to a filelog2file
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index be37cfa..adaa6c0 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -141,7 +141,7 @@ sp_config_eval config_eval; | |||
| 141 | sp_config_wrapper config_wrapper; | 141 | sp_config_wrapper config_wrapper; |
| 142 | sp_config_session config_session; | 142 | sp_config_session config_session; |
| 143 | sp_config_ini config_ini; | 143 | sp_config_ini config_ini; |
| 144 | char config_log_media; | 144 | sp_config_log config_log_media; |
| 145 | int config_log_max_len; | 145 | int config_log_max_len; |
| 146 | u_long config_max_execution_depth; | 146 | u_long config_max_execution_depth; |
| 147 | bool config_server_encode; | 147 | bool config_server_encode; |
