From 4f9e54ecca76a8fcfc0bb1bd5151c75103890b7a Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Sun, 16 Nov 2014 13:23:53 +0100 Subject: fixed default values and minor text changes --- suhosin.ini | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/suhosin.ini b/suhosin.ini index 1e43248..6887c09 100644 --- a/suhosin.ini +++ b/suhosin.ini @@ -144,7 +144,7 @@ ; suhosin.log.sapi ; ---------------- ; * Type: Integer -; * Default: S_ALL & ~S_SQL +; * Default: 0 ; ; Defines what classes of security alerts are logged through the SAPI error log. ; For a list of available classes see table 1. @@ -152,13 +152,13 @@ ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use ; the numeric value. ; -;suhosin.log.sapi = S_ALL & ~S_SQL +;suhosin.log.sapi = 0 ; ; suhosin.log.stdout ; ------------------ ; * Type: Integer -; * Default: S_ALL & ~S_SQL +; * Default: 0 ; ; Defines what classes of security alerts are logged through STDOUT. For a list ; of available classes see table 1. @@ -166,13 +166,16 @@ ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use ; the numeric value. ; -;suhosin.log.stdout = S_ALL & ~S_SQL +; IMPORTANT NOTE: This option is meant for debugging purposes and unittests only +; and should not be used in production. +; +;suhosin.log.stdout = 0 ; ; suhosin.log.file ; ---------------- ; * Type: Integer -; * Default: S_ALL +; * Default: 0 ; ; Defines what classes of security alerts are logged to a separate Suhosin log ; file set by suhosin.log.file.name. @@ -180,7 +183,7 @@ ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use ; the numeric value. ; -;suhosin.log.file = S_ALL +;suhosin.log.file = 0 ; ; suhosin.log.file.name @@ -198,9 +201,10 @@ ; * Type: Boolean ; * Default: On ; -; Specifies if suhosin.log.file contains timestamp for each log entry. Note: This -; option is meant for debugging purposes and unittests only and should not be -; used in production. +; Specifies if suhosin.log.file contains timestamp for each log entry. +; +; IMPORTANT NOTE: This option is meant for debugging purposes and unittests only +; and should not be used in production. ; ;suhosin.log.file.time = On ; @@ -238,7 +242,7 @@ ; suhosin.log.phpscript ; --------------------- ; * Type: Integer -; * Default: S_ALL +; * Default: 0 ; ; Defines what classes of security alerts are logged through the defined PHP ; script. For a list of available classes see table 1. Please notice, that only @@ -250,7 +254,7 @@ ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use ; the numeric value. ; -;suhosin.log.phpscript = S_ALL +;suhosin.log.phpscript = 0 ; ; suhosin.log.phpscript.name -- cgit v1.3