summaryrefslogtreecommitdiffstats
path: root/REFLECTION-PHP7
blob: 283392d6dcb3df6427701a5ffb937842b5185ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
Extension [ <persistent> extension #89 suhosin7 version 0.10.0dev ] {

  - INI {
    Entry [ suhosin.perdir <SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.log.sapi <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.log.stdout <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.log.use-x-forwarded-for <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.log.file <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.log.file.name <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.log.file.time <PERDIR,SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.executor.include.max_traversal <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.executor.include.whitelist <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.executor.include.blacklist <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.executor.include.allow_writable_files <PERDIR,SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.executor.eval.whitelist <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.executor.eval.blacklist <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.executor.func.whitelist <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.executor.func.blacklist <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.executor.disable_emodifier <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.executor.allow_symlink <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.executor.max_depth <PERDIR,SYSTEM> ]
      Current = '750'
    }
    Entry [ suhosin.multiheader <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.memory_limit <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.simulation <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.protectkey <SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.coredump <SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.disable.display_errors <SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.request.max_vars <PERDIR,SYSTEM> ]
      Current = '1000'
    }
    Entry [ suhosin.request.max_varname_length <PERDIR,SYSTEM> ]
      Current = '64'
    }
    Entry [ suhosin.request.max_value_length <PERDIR,SYSTEM> ]
      Current = '1000000'
    }
    Entry [ suhosin.request.max_array_depth <PERDIR,SYSTEM> ]
      Current = '50'
    }
    Entry [ suhosin.request.max_totalname_length <PERDIR,SYSTEM> ]
      Current = '256'
    }
    Entry [ suhosin.request.max_array_index_length <PERDIR,SYSTEM> ]
      Current = '64'
    }
    Entry [ suhosin.request.array_index_char_whitelist <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.request.array_index_char_blacklist <PERDIR,SYSTEM> ]
      Current = ''"+<>;()'
    }
    Entry [ suhosin.request.disallow_nul <PERDIR,SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.request.disallow_ws <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.cookie.max_vars <PERDIR,SYSTEM> ]
      Current = '100'
    }
    Entry [ suhosin.cookie.max_name_length <PERDIR,SYSTEM> ]
      Current = '64'
    }
    Entry [ suhosin.cookie.max_totalname_length <PERDIR,SYSTEM> ]
      Current = '256'
    }
    Entry [ suhosin.cookie.max_value_length <PERDIR,SYSTEM> ]
      Current = '10000'
    }
    Entry [ suhosin.cookie.max_array_depth <PERDIR,SYSTEM> ]
      Current = '50'
    }
    Entry [ suhosin.cookie.max_array_index_length <PERDIR,SYSTEM> ]
      Current = '64'
    }
    Entry [ suhosin.cookie.disallow_nul <PERDIR,SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.cookie.disallow_ws <PERDIR,SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.get.max_vars <PERDIR,SYSTEM> ]
      Current = '100'
    }
    Entry [ suhosin.get.max_name_length <PERDIR,SYSTEM> ]
      Current = '64'
    }
    Entry [ suhosin.get.max_totalname_length <PERDIR,SYSTEM> ]
      Current = '256'
    }
    Entry [ suhosin.get.max_value_length <PERDIR,SYSTEM> ]
      Current = '512'
    }
    Entry [ suhosin.get.max_array_depth <PERDIR,SYSTEM> ]
      Current = '50'
    }
    Entry [ suhosin.get.max_array_index_length <PERDIR,SYSTEM> ]
      Current = '64'
    }
    Entry [ suhosin.get.disallow_nul <PERDIR,SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.get.disallow_ws <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.post.max_vars <PERDIR,SYSTEM> ]
      Current = '1000'
    }
    Entry [ suhosin.post.max_name_length <PERDIR,SYSTEM> ]
      Current = '64'
    }
    Entry [ suhosin.post.max_totalname_length <PERDIR,SYSTEM> ]
      Current = '256'
    }
    Entry [ suhosin.post.max_value_length <PERDIR,SYSTEM> ]
      Current = '1000000'
    }
    Entry [ suhosin.post.max_array_depth <PERDIR,SYSTEM> ]
      Current = '50'
    }
    Entry [ suhosin.post.max_array_index_length <PERDIR,SYSTEM> ]
      Current = '64'
    }
    Entry [ suhosin.post.disallow_nul <PERDIR,SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.post.disallow_ws <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.session.cryptkey <ALL> ]
      Current = ''
    }
    Entry [ suhosin.cookie.encrypt <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.cookie.cryptkey <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.cookie.cryptua <PERDIR,SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.cookie.cryptdocroot <PERDIR,SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.cookie.cryptraddr <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.cookie.checkraddr <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.cookie.cryptlist <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.cookie.plainlist <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.server.encode <SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.server.strip <SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.rand.seedingkey <PERDIR,SYSTEM> ]
      Current = ''
    }
    Entry [ suhosin.rand.reseed_every_request <PERDIR,SYSTEM> ]
      Current = '0'
    }
    Entry [ suhosin.srand.ignore <PERDIR,SYSTEM> ]
      Current = '1'
    }
    Entry [ suhosin.mt_srand.ignore <PERDIR,SYSTEM> ]
      Current = '1'
    }
  }
}