summaryrefslogtreecommitdiff
path: root/suhosin.ini
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-10-11 10:25:59 +0200
committerBen Fuhrmannek2014-10-11 10:25:59 +0200
commitc8724cde260e6c8bab4aefffffa1aa46f92a57ee (patch)
treefa71c2fd8f6c1e84ea2b23e5040253bf1ce93825 /suhosin.ini
parent3159694378333c08c73d4fcd4b73725c02249750 (diff)
fixed utf8 detection + made feature experimental
Diffstat (limited to 'suhosin.ini')
-rw-r--r--suhosin.ini10
1 files changed, 2 insertions, 8 deletions
diff --git a/suhosin.ini b/suhosin.ini
index 3ae8ff5..311bca7 100644
--- a/suhosin.ini
+++ b/suhosin.ini
@@ -105,9 +105,6 @@
105; | LOG_LOCAL7 | 31 | 105; | LOG_LOCAL7 | 31 |
106; +--------------+-------+ 106; +--------------+-------+
107; 107;
108; Using constant names is only supported with the Suhosin-Patch. If in doubt, use
109; the numeric value.
110;
111;suhosin.log.syslog.facility = LOG_USER 108;suhosin.log.syslog.facility = LOG_USER
112; 109;
113 110
@@ -141,9 +138,6 @@
141; |LOG_ERR | 7 | 138; |LOG_ERR | 7 |
142; +------------+-------+ 139; +------------+-------+
143; 140;
144; Using constant names is only supported with the Suhosin-Patch. If in doubt, use
145; the numeric value.
146;
147;suhosin.log.syslog.priority = LOG_ALERT 141;suhosin.log.syslog.priority = LOG_ALERT
148; 142;
149 143
@@ -1325,8 +1319,8 @@
1325; * Type: Boolean 1319; * Type: Boolean
1326; * Default: Off 1320; * Default: Off
1327; 1321;
1328; This option allows UTF-8 along with ASCII when using 1322; This is an experimental feature. This option allows UTF-8 along with ASCII when
1329; `suhosin.upload.disallow_binary` or `suhosin.upload.remove_binary`. 1323; using `suhosin.upload.disallow_binary` or `suhosin.upload.remove_binary`.
1330; 1324;
1331;suhosin.upload.allow_utf8 = Off 1325;suhosin.upload.allow_utf8 = Off
1332; 1326;