summaryrefslogtreecommitdiff
path: root/suhosin.ini
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-12-22 15:40:25 +0100
committerBen Fuhrmannek2014-12-22 15:40:25 +0100
commit6e988482878b4841c215a3ec7ffe495ac8b0d131 (patch)
treeabcfd90e1665d344bc203c015ffe546d921f31b7 /suhosin.ini
parent59dab711ba444a16fc5f7114d628749e1818e303 (diff)
fixed off-by-one caterogy names
Diffstat (limited to '')
-rw-r--r--suhosin.ini45
1 files changed, 20 insertions, 25 deletions
diff --git a/suhosin.ini b/suhosin.ini
index d5a6b24..b37013b 100644
--- a/suhosin.ini
+++ b/suhosin.ini
@@ -282,10 +282,6 @@
282;suhosin.log.phpscript.is_safe = Off 282;suhosin.log.phpscript.is_safe = Off
283; 283;
284 284
285; ================
286; Executor Options
287; ================
288
289; suhosin.log.use-x-forwarded-for 285; suhosin.log.use-x-forwarded-for
290; ------------------------------- 286; -------------------------------
291; * Type: Boolean 287; * Type: Boolean
@@ -300,6 +296,10 @@
300;suhosin.log.use-x-forwarded-for = Off 296;suhosin.log.use-x-forwarded-for = Off
301; 297;
302 298
299; ================
300; Executor Options
301; ================
302
303; suhosin.executor.max_depth 303; suhosin.executor.max_depth
304; -------------------------- 304; --------------------------
305; * Type: Integer 305; * Type: Integer
@@ -455,10 +455,6 @@
455;suhosin.executor.disable_emodifier = Off 455;suhosin.executor.disable_emodifier = Off
456; 456;
457 457
458; ============
459; Misc Options
460; ============
461
462; suhosin.executor.allow_symlink 458; suhosin.executor.allow_symlink
463; ------------------------------ 459; ------------------------------
464; * Type: Boolean 460; * Type: Boolean
@@ -471,6 +467,10 @@
471;suhosin.executor.allow_symlink = Off 467;suhosin.executor.allow_symlink = Off
472; 468;
473 469
470; ============
471; Misc Options
472; ============
473
474; suhosin.simulation 474; suhosin.simulation
475; ------------------ 475; ------------------
476; * Type: Boolean 476; * Type: Boolean
@@ -597,10 +597,6 @@
597;suhosin.mail.protect = 0 597;suhosin.mail.protect = 0
598; 598;
599 599
600; ========================
601; SQL Injection Protection
602; ========================
603
604; suhosin.memory_limit 600; suhosin.memory_limit
605; -------------------- 601; --------------------
606; * Type: Integer 602; * Type: Integer
@@ -614,14 +610,13 @@
614; configured hard limit. This is for example useful if you want to run the script 610; configured hard limit. This is for example useful if you want to run the script
615; normally with a limit of 16M but image processing scripts may raise it to 20M. 611; normally with a limit of 16M but image processing scripts may raise it to 20M.
616; 612;
617;
618;
619; This class of features is experimental and still in development. As of Suhosin
620; version 0.9.36 only preliminary MySQL and Mysqli support was added.
621;
622;suhosin.memory_limit = 0 613;suhosin.memory_limit = 0
623; 614;
624 615
616; ========================
617; SQL Injection Protection
618; ========================
619
625; suhosin.sql.bailout_on_error 620; suhosin.sql.bailout_on_error
626; ---------------------------- 621; ----------------------------
627; * Type: Boolean 622; * Type: Boolean
@@ -723,10 +718,6 @@
723;suhosin.sql.multiselect = 0 718;suhosin.sql.multiselect = 0
724; 719;
725 720
726; ==============================
727; Transparent Encryption Options
728; ==============================
729
730; suhosin.sql.union 721; suhosin.sql.union
731; ----------------- 722; -----------------
732; * Type: Integer 723; * Type: Integer
@@ -739,6 +730,10 @@
739;suhosin.sql.union = 0 730;suhosin.sql.union = 0
740; 731;
741 732
733; ==============================
734; Transparent Encryption Options
735; ==============================
736
742; suhosin.session.encrypt 737; suhosin.session.encrypt
743; ----------------------- 738; -----------------------
744; * Type: Boolean 739; * Type: Boolean
@@ -900,10 +895,6 @@
900;suhosin.cookie.cryptlist = 895;suhosin.cookie.cryptlist =
901; 896;
902 897
903; =================
904; Filtering Options
905; =================
906
907; suhosin.cookie.plainlist 898; suhosin.cookie.plainlist
908; ------------------------ 899; ------------------------
909; * Type: String 900; * Type: String
@@ -917,6 +908,10 @@
917;suhosin.cookie.plainlist = 908;suhosin.cookie.plainlist =
918; 909;
919 910
911; =================
912; Filtering Options
913; =================
914
920; suhosin.filter.action 915; suhosin.filter.action
921; --------------------- 916; ---------------------
922; * Type: Mixed 917; * Type: Mixed