From c8724cde260e6c8bab4aefffffa1aa46f92a57ee Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Sat, 11 Oct 2014 10:25:59 +0200 Subject: fixed utf8 detection + made feature experimental --- suhosin.ini | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'suhosin.ini') diff --git a/suhosin.ini b/suhosin.ini index 3ae8ff5..311bca7 100644 --- a/suhosin.ini +++ b/suhosin.ini @@ -105,9 +105,6 @@ ; | LOG_LOCAL7 | 31 | ; +--------------+-------+ ; -; Using constant names is only supported with the Suhosin-Patch. If in doubt, use -; the numeric value. -; ;suhosin.log.syslog.facility = LOG_USER ; @@ -141,9 +138,6 @@ ; |LOG_ERR | 7 | ; +------------+-------+ ; -; Using constant names is only supported with the Suhosin-Patch. If in doubt, use -; the numeric value. -; ;suhosin.log.syslog.priority = LOG_ALERT ; @@ -1325,8 +1319,8 @@ ; * Type: Boolean ; * Default: Off ; -; This option allows UTF-8 along with ASCII when using -; `suhosin.upload.disallow_binary` or `suhosin.upload.remove_binary`. +; This is an experimental feature. This option allows UTF-8 along with ASCII when +; using `suhosin.upload.disallow_binary` or `suhosin.upload.remove_binary`. ; ;suhosin.upload.allow_utf8 = Off ; -- cgit v1.3