Project

General

Profile

« Previous | Next » 

Revision f11c08e2

Added by NewEraCracker over 9 years ago

Revert maximum array depth (aka input nesting level) to default values

This is per default 50 in Suhosin (*.max_array_depth) and 64 in PHP (max_input_nesting_level)

Note: Array depth is not the number of elements within an array.

View differences:

src/etc/rc.php_ini_setup
250 250
	/bin/cat >>/usr/local/etc/php.ini <<EOF
251 251

  
252 252
[suhosin]
253
suhosin.get.max_array_depth = 5000
254 253
suhosin.get.max_array_index_length = 256
255 254
suhosin.get.max_vars = 5000
256 255
suhosin.get.max_value_length = 500000
257
suhosin.post.max_array_depth = 5000
258 256
suhosin.post.max_array_index_length = 256
259 257
suhosin.post.max_vars = 5000
260 258
suhosin.post.max_value_length = 500000
261
suhosin.request.max_array_depth = 5000
262 259
suhosin.request.max_array_index_length = 256
263 260
suhosin.request.max_vars = 5000
264 261
suhosin.request.max_value_length = 500000

Also available in: Unified diff